We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2586e17 commit bb76f98Copy full SHA for bb76f98
tox.ini
@@ -4,23 +4,23 @@ envlist =
4
flake8
5
black
6
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}
+ py37-django{22,32,40}
+ py38-django{22,32,40}
+ py39-django{22,32,40}
+ py310-django{22,32,40}
11
12
[gh-actions]
13
python =
14
- 3.6: py36
15
3.7: py37
16
3.8: py38
17
3.9: py39, flake8, black, isort
+ 3.10: py310, flake8, black, isort
18
19
[testenv]
20
deps =
21
django22: Django>=2.2,<2.3
22
- django31: Django>=3.1,<3.2
23
django32: Django>=3.2,<3.3
+ django40: Django>=4.0,<4.1
24
commands =
25
python runtests.py
26
0 commit comments