Skip to content

Commit

Permalink
Drop EOL Django 2.2 and 4.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksihakli committed Aug 25, 2023
1 parent 867af77 commit d5ad2ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[tox]
envlist =
py{38,39,py3}-dj22
py{38,39,310,311,py3}-dj32
py{38,39,310,311,py3}-dj40
py{38,39,310,311,py3}-dj41
py{38,39,310,311,py3}-dj42
py{310,311,py3}-djmain
Expand All @@ -18,9 +16,7 @@ python =

[gh-actions:env]
DJANGO =
2.2: dj22
3.2: dj32
4.0: dj40
4.1: dj41
4.2: dj42
main: djmain
Expand All @@ -29,9 +25,7 @@ DJANGO =
[testenv]
deps =
coverage
dj22: django>=2.2,<2.3
dj32: django>=3.2,<3.3
dj40: django>=4.0,<4.1
dj41: django>=4.1,<4.2
dj42: django>=4.2,<4.3
djmain: https://github.com/django/django/archive/main.tar.gz
Expand Down

0 comments on commit d5ad2ac

Please sign in to comment.