Skip to content

Commit 2814caf

Browse files
committed
test: adjust versions tox runs
1 parent b792d7d commit 2814caf

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
@@ -14,11 +14,11 @@
1414

1515
[tox]
1616
envlist =
17-
py38-django{22,32,42}-cov{6,7,tip},
17+
py38-django{22,32,42}-cov{6,7},
1818
py39-django{22,32,42}-cov{6,7,tip},
19-
py310-django{32,42,tip}-cov{6,7,tip},
20-
py311-django{42,tip}-cov{6,7,tip},
21-
py312-django{tip}-cov{7,tip},
19+
py310-django{32,42,51,tip}-cov{6,7,tip},
20+
py311-django{42,51,tip}-cov{6,7,tip},
21+
py312-django{51,tip}-cov{7,tip},
2222
check,pkgcheck,doc
2323

2424
[testenv]
@@ -29,6 +29,7 @@ deps =
2929
django22: Django>=2.2,<3.0
3030
django32: Django>=3.2,<4.0
3131
django42: Django>=4.2,<5.0
32+
django42: Django>=5.1,<6.0
3233
djangotip: git+https://github.com/django/django.git
3334
pytest
3435
unittest-mixins==1.6

0 commit comments

Comments
 (0)