Skip to content

Commit 27e3f78

Browse files
authored
Add Django 6.0 to test matrix
1 parent 054d920 commit 27e3f78

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ envlist =
55
py39-lint
66
py311-docs
77
py{39,310,311,312}-dj42
8-
py{310,311,312,313}-dj{51,52}
8+
py{310,311,312,313}-dj52
9+
py{312,313}-dj60
910
py{39,310,311,312,313}-fa100
1011
py{39,310,311}-fl{20,21,22}
1112
py{39,310,311,312}-fl{23,30}
@@ -20,13 +21,13 @@ setenv =
2021
PYTHONPATH = {toxinidir}
2122
deps =
2223
-rtests/requirements/default.txt
23-
dj{42,51,52}: -rtests/requirements/django.txt
24+
dj{42,52,60}: -rtests/requirements/django.txt
2425
fa100: -rtests/requirements/fastapi.txt
2526
fl{20,21,22,23,30}: -rtests/requirements/flask.txt
2627
s{21,22,23}: -rtests/requirements/sanic.txt
2728
dj42: -ctests/constraints/django-4.2.txt
28-
dj51: -ctests/constraints/django-5.1.txt
2929
dj52: -ctests/constraints/django-5.2.txt
30+
dj60: -ctests/constraints/django-6.0.txt
3031
fa100: -ctests/constraints/fastapi-0.100.txt
3132
fl20: -ctests/constraints/flask-2.0.txt
3233
fl21: -ctests/constraints/flask-2.1.txt
@@ -38,7 +39,7 @@ deps =
3839
s23: -ctests/constraints/sanic-23.txt
3940
commands =
4041
python --version
41-
dj{42,51,52}: pytest --no-migrations -o DJANGO_SETTINGS_MODULE=tests.django.settings -o django_find_project=false {posargs:tests/core/ tests/django}
42+
dj{42,52,60}: pytest --no-migrations -o DJANGO_SETTINGS_MODULE=tests.django.settings -o django_find_project=false {posargs:tests/core/ tests/django}
4243
fa{100}: pytest {posargs: tests/core/ tests/fastapi/}
4344
fl{20,21,22,23,30}: pytest {posargs:tests/core/ tests/flask/}
4445
s{21,22,23}: pytest {posargs:tests/core/ tests/sanic/}

0 commit comments

Comments
 (0)