Skip to content

Commit

Permalink
drop django 4.0 from CI to avoid security issues (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Jul 16, 2023
1 parent 90b27d2 commit 5132379
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[gh-actions]
python =
3.7: py37
3.8: py38, apicheck, linkcheck
3.9: py39, flake8, pydocstyle, cov
3.10: py310
Expand All @@ -10,18 +9,16 @@ python =
[gh-actions:env]
DJANGO =
3.2: django32
4.0: django40
4.1: django41
4.2: django42

[tox]
envlist =
py37-django{32}
py38-django{32,40,41,42}
py39-django{32,40,41,42}
py310-django{32,40,41,42}
py38-django{32,41,42}
py39-django{32,41,42}
py310-django{32,41,42}
py311-django{41,42}
pypy3-django{32,40,41,42}
pypy3-django{32,41,42}
flake8
apicheck
linkcheck
Expand All @@ -37,7 +34,6 @@ deps=
cov: -r{toxinidir}/requirements/test-django.txt

django32: -r{toxinidir}/requirements/test-django32.txt
django40: -r{toxinidir}/requirements/test-django40.txt
django41: -r{toxinidir}/requirements/test-django41.txt
django42: -r{toxinidir}/requirements/test-django42.txt

Expand Down

0 comments on commit 5132379

Please sign in to comment.