Skip to content

Commit 5132379

Browse files
authored
drop django 4.0 from CI to avoid security issues (#662)
1 parent 90b27d2 commit 5132379

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

tox.ini

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[gh-actions]
22
python =
3-
3.7: py37
43
3.8: py38, apicheck, linkcheck
54
3.9: py39, flake8, pydocstyle, cov
65
3.10: py310
@@ -10,18 +9,16 @@ python =
109
[gh-actions:env]
1110
DJANGO =
1211
3.2: django32
13-
4.0: django40
1412
4.1: django41
1513
4.2: django42
1614

1715
[tox]
1816
envlist =
19-
py37-django{32}
20-
py38-django{32,40,41,42}
21-
py39-django{32,40,41,42}
22-
py310-django{32,40,41,42}
17+
py38-django{32,41,42}
18+
py39-django{32,41,42}
19+
py310-django{32,41,42}
2320
py311-django{41,42}
24-
pypy3-django{32,40,41,42}
21+
pypy3-django{32,41,42}
2522
flake8
2623
apicheck
2724
linkcheck
@@ -37,7 +34,6 @@ deps=
3734
cov: -r{toxinidir}/requirements/test-django.txt
3835

3936
django32: -r{toxinidir}/requirements/test-django32.txt
40-
django40: -r{toxinidir}/requirements/test-django40.txt
4137
django41: -r{toxinidir}/requirements/test-django41.txt
4238
django42: -r{toxinidir}/requirements/test-django42.txt
4339

0 commit comments

Comments
 (0)