11[tox]
22envlist =
3- {py36,py37,py38,py39}-django{22}-test
4- {py36,py37,py38,py39,py310}-django{32}-test
5- {py38,py39,py310}-django{main,40,41}-test
3+ {py36,py37,py38,py39}-django22-test
4+ {py36,py37,py38,py39,py310}-django32-test
5+ {py38,py39,py310}-django40-test
6+ {py38,py39,py310,py311}-django{main,41}-test
67 isort
78 flake
89
@@ -13,22 +14,23 @@ basepython =
1314 py38: python3.8
1415 py39: python3.9
1516 py310: python3.10
17+ py311: python3.11
1618commands =
1719 test: coverage run ./runtests.py
1820deps =
1921 coverage
2022 django22: Django>=2.2,<3.0
2123 django32: Django>=3.2,<4.0
2224 django40: Django>=4.0,<4.1
23- django41: Django>=4.1a1 ,<4.2
25+ django41: Django>=4.1 ,<4.2
2426 djangomain: https://github.com/django/django/archive/main.tar.gz
2527
2628[testenv:isort]
27- basepython = python3.10
29+ basepython = python3.11
2830deps = isort >= 5.1.0
2931commands = isort --check-only --diff request tests setup.py runtests.py
3032
3133[testenv:flake]
32- basepython = python3.10
34+ basepython = python3.11
3335deps = flake8
3436commands = flake8
0 commit comments