Skip to content

Commit 315630b

Browse files
committed
Fixing django40 definition in tox.in
1 parent 7c919cd commit 315630b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ deps =
2323
django30: psycopg2<2.9 # https://github.com/django/django/commit/837ffcfa681d0f65f444d881ee3d69aec23770be
2424
django31: Django==3.1.*
2525
django32: Django==3.2.*
26-
django40: Django==3.2.*
26+
django40: Django==4.0.*
2727
commands =
2828
pytest {posargs}
2929
passenv =

0 commit comments

Comments
 (0)