Skip to content

Commit cacf053

Browse files
committed
Don't run Django <3.2 against Python 3.10
1 parent 3020ca5 commit cacf053

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Version numbers should follow https://semver.org/spec/v2.0.0.html
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Python 3.10 tests now only run against Django 3.2+, because Django <3.2 does
13+
not support Python 3.10.
1014

1115
## [2.1.0] - 2022-08-01
1216

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
py37-django{111,20,21,22,30,31,32}
55
py38-django{22,30,31,32,40}
66
py39-django{22,30,31,32,40}
7-
py310-django{22,30,31,32,40}
7+
py310-django{32,40}
88

99
isolated_build = True
1010

0 commit comments

Comments
 (0)