Skip to content

Commit 6358b77

Browse files
committed
Updates test matrix
1 parent dbae3e4 commit 6358b77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ basepython = python3
1717
commands = pytest {posargs}
1818
allowlist_externals = pytest
1919
deps =
20-
django40: Django>=4.0,<4.1
21-
django41: Django>=4.1,<4.2
2220
django42: Django>=4.2,<5.0
2321
django50: Django>=5.0,<5.1
2422
django51: Django>=5.1,<5.2
23+
django52: Django>=5.2,<5.3
2524
setenv =
2625
DJANGO_SETTINGS_MODULE = tests.settings
2726
PYTHONPATH = {toxinidir}

0 commit comments

Comments
 (0)