Skip to content

Commit 168c438

Browse files
committed
Per django/django#15205 make minimum version of dj40 be 4.0.1.
1 parent 5153ac9 commit 168c438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ setenv =
3636
deps =
3737
dj22: Django>=2.2,<3
3838
dj32: Django>=3.2,<3.3
39-
dj40: Django>=4.0,<4.1
39+
dj40: Django>=4.0.1,<4.1
4040
djmain: https://github.com/django/django/archive/main.tar.gz
4141
djangorestframework
4242
oauthlib>=3.1.0

0 commit comments

Comments
 (0)