Skip to content

Commit

Permalink
tox env updates
Browse files Browse the repository at this point in the history
Deprecate old python and old django
  • Loading branch information
mariofix authored Dec 14, 2024
1 parent 2e4b09d commit 20d306e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist =
py{38,39}-dj32
py{38,39,310,311}-dj{41,42}
py{39,310,311}-dj{41,42}
py{311,312}-dj{50,51}
py{310,311,312}-djmain
skip_missing_interpreters = true
Expand All @@ -13,8 +12,6 @@ ignore_outcome =
ignore_errors =
djmain: True
deps=
dj32: Django>=3.2,<3.3
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<5.0
dj50: Django>=5.0,<5.1
dj51: Django>=5.1,<5.2
Expand All @@ -33,7 +30,6 @@ commands=

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
Expand All @@ -48,8 +44,6 @@ commands = mypy .

[gh-actions:env]
DJANGO =
3.2: dj32
4.1: dj41
4.2: dj42
5.0: dj50
5.1: dj51
Expand Down

0 comments on commit 20d306e

Please sign in to comment.