Skip to content

Commit 2675c2a

Browse files
committed
drop Django 3.2 from tox dependencies
1 parent 3bc6998 commit 2675c2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tox]
22
envlist =
3-
py{38,39,310}-dj32
43
py{38,39,310,311,312}-dj42
54
py{310,311,312}-dj50
65
py{310,311,312}-dj51
@@ -18,7 +17,6 @@ commands =
1817
poetry run python -X dev -W error runtests.py
1918
poetry run django-admin render_patterns --settings=tests.settings.dev --pythonpath=. --dry-run
2019
deps =
21-
dj32: Django>=3.2,<3.3
2220
dj42: Django>=4.2,<5.0
2321
dj50: Django>=5.0,<5.1
2422
dj51: Django>=5.1,<5.2

0 commit comments

Comments
 (0)