Skip to content

Commit 32c6f45

Browse files
authored
Update tox.ini
1 parent 5d682f2 commit 32c6f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[tox]
22
envlist =
3-
{py39}-dj{22lts, 32lts, 40}
3+
{py39}-dj{32lts, 40}
44

55
[testenv]
66
commands = pytest tests --ds=tests.testapp.settings
77

88
deps =
99
dj32lts: Django>=3.2.12,<4.0.0
10-
dj40: Django>=4.0.0,<4.1.0
10+
dj40: Django>=4.0.0,<4.2.18
1111
pytest-django

0 commit comments

Comments
 (0)