Skip to content

Commit 09fb410

Browse files
committed
Update the Django versions we test with
1 parent 7fa66b1 commit 09fb410

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tox.ini

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
[tox]
1616
envlist =
1717
py27-django{18,19,110,111},
18-
py36-django{18,19,110,111,20,21,22,30,tip},
19-
py37-django{20,21,22,30,tip},
20-
py38-django{22,30,tip},
18+
py36-django{18,19,110,111,20,21,22,30,31,32},
19+
py37-django{20,21,22,30,31,32},
20+
py38-django{22,30,31,32,tip},
21+
py39-django{22,30,31,32,tip},
2122
check,pkgcheck,doc
2223

2324
[testenv]
@@ -31,7 +32,9 @@ deps =
3132
django21: Django>=2.1,<2.2
3233
django22: Django>=2.2,<3.0
3334
django30: Django>=3.0,<3.1
34-
djangotip: https://github.com/django/django/archive/master.tar.gz
35+
django31: Django>=3.1,<3.2
36+
django32: Django>=3.2,<4.0
37+
djangotip: https://github.com/django/django/archive/main.tar.gz
3538

3639
commands =
3740
python -c "import tests.banner"

0 commit comments

Comments
 (0)