Skip to content

Commit b821fc6

Browse files
committed
build: update the tox envs for Django 4.2 and coverage 7.x
1 parent bc06703 commit b821fc6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tox.ini

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,22 @@
1414

1515
[tox]
1616
envlist =
17-
py37-django{111,22,32}-cov{5,6,tip},
18-
py38-django{22,32,40,41}-cov{5,6,tip},
19-
py39-django{22,32,40,41}-cov{5,6,tip},
20-
py310-django{32,40,41,tip}-cov{5,6,tip},
21-
py311-django{41,tip}-cov{6,tip},
17+
py37-django{111,22,32}-cov{6,7,tip},
18+
py38-django{22,32,42}-cov{6,7,tip},
19+
py39-django{22,32,42}-cov{6,7,tip},
20+
py310-django{32,42,tip}-cov{6,7,tip},
21+
py311-django{42,tip}-cov{6,7,tip},
2222
check,pkgcheck,doc
2323

2424
[testenv]
2525
deps =
26-
cov5: coverage>=5.0,<6.0
2726
cov6: coverage>=6.0,<7.0
27+
cov7: coverage>=7.0,<8.0
2828
covtip: git+https://github.com/nedbat/coveragepy.git
2929
django111: Django>=1.11,<2.0
3030
django22: Django>=2.2,<3.0
3131
django32: Django>=3.2,<4.0
32-
django40: Django>=4.0,<4.1
33-
django41: Django>=4.1,<4.2
32+
django42: Django>=4.2,<5.0
3433
djangotip: git+https://github.com/django/django.git
3534
pytest
3635
unittest-mixins==1.6

0 commit comments

Comments
 (0)