Skip to content

Commit 3ef6806

Browse files
committed
Remove support for unsupported Python/Django combinations.
1 parent 88e58d8 commit 3ef6806

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

tox.ini

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ envlist =
33
lint-py36,
44
readme-py36,
55
docs-py36,
6-
py35-django{111,20,21,22},
7-
py36-django{111,20,21,22,30},
8-
py37-django{111,20,21,22,30},
9-
py38-django{22,30},
10-
pypy3-django{111,20,21,22},
6+
py35-django{22},
7+
py36-django{22,31},
8+
py37-django{22,31},
9+
py38-django{22,31},
10+
pypy3-django{22,31},
1111

1212
[gh-actions]
1313
python =
@@ -24,11 +24,8 @@ setenv =
2424
PYTHONPATH = {toxinidir}
2525
deps =
2626
-rtests/requirements.txt
27-
django111: Django >=1.11, <2.0
28-
django20: Django>=2.0,<2.1
29-
django21: Django>=2.1,<2.2
3027
django22: Django>=2.2,<3
31-
django30: Django>=3.0
28+
django31: Django>=3.1,<3.2
3229
commands =
3330
pytest {posargs:tests}
3431

0 commit comments

Comments
 (0)