Skip to content

Commit bc06703

Browse files
committed
test: django tip dropped support for 3.8 and 3.9
I'm not sure why they did, but they did.
1 parent 733514a commit bc06703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
[tox]
1616
envlist =
1717
py37-django{111,22,32}-cov{5,6,tip},
18-
py38-django{22,32,40,41,tip}-cov{5,6,tip},
19-
py39-django{22,32,40,41,tip}-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},
2020
py310-django{32,40,41,tip}-cov{5,6,tip},
2121
py311-django{41,tip}-cov{6,tip},
2222
check,pkgcheck,doc

0 commit comments

Comments
 (0)