Skip to content

Commit

Permalink
Drop tox envs for end of life djangos
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Feb 7, 2024
1 parent a15f47e commit e847ef5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = true
envlist = py{310,311}-dj{31,32,40,41,42,50,latest}-{mysql,postgresql,sqlite},lint,py312-dj{50,latest}
envlist = py{310,311}-dj{32,42,50,latest}-{mysql,postgresql,sqlite},lint,py312-dj{50,latest}

[testenv]
allowlist_externals = poetry
Expand All @@ -10,10 +10,7 @@ setenv =
sqlite: DATABASES_MODULE=sqlite
commands =
poetry install --no-root --with dev
dj31: poetry run pip install "Django>=3.1,<3.2"
dj32: poetry run pip install "Django>=3.2,<4.0"
dj40: poetry run pip install "Django>=4.0,<4.1"
dj41: poetry run pip install "Django>=4.1,<4.2"
dj42: poetry run pip install "Django>=4.2,<5.0"
dj50: poetry run pip install "Django>=5.0,<5.1"
latest: poetry run pip install -U Django
Expand Down

0 comments on commit e847ef5

Please sign in to comment.