Skip to content

Commit bb76f98

Browse files
committed
Update test matrix for Django 4 and Python 3.10
1 parent 2586e17 commit bb76f98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ envlist =
44
flake8
55
black
66
isort
7-
py36-django{22,31,32}
8-
py37-django{22,31,32}
9-
py38-django{22,31,32}
10-
py39-django{22,31,32}
7+
py37-django{22,32,40}
8+
py38-django{22,32,40}
9+
py39-django{22,32,40}
10+
py310-django{22,32,40}
1111

1212
[gh-actions]
1313
python =
14-
3.6: py36
1514
3.7: py37
1615
3.8: py38
1716
3.9: py39, flake8, black, isort
17+
3.10: py310, flake8, black, isort
1818

1919
[testenv]
2020
deps =
2121
django22: Django>=2.2,<2.3
22-
django31: Django>=3.1,<3.2
2322
django32: Django>=3.2,<3.3
23+
django40: Django>=4.0,<4.1
2424
commands =
2525
python runtests.py
2626

0 commit comments

Comments
 (0)