Skip to content

Commit

Permalink
fixed tox with django 5.0, #1041
Browse files Browse the repository at this point in the history
  • Loading branch information
sehmaschine committed Dec 20, 2023
1 parent 0cedf84 commit a5f9c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ setenv =
deps =
-rrequirements/requirements-testing.txt
coverage
django50: Django>=5.0,<4.5
django50: Django>=5.0,<5.1
commands = ./runtests.py {posargs}
allowlist_externals = *

0 comments on commit a5f9c47

Please sign in to comment.