Skip to content

Commit 666cc22

Browse files
authored
Update Django 4.0 version in tox.ini to RC1
1 parent f5454d7 commit 666cc22

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
@@ -12,7 +12,7 @@ deps =
1212
dj22: Django==2.2.*
1313
dj31: Django==3.1.*
1414
dj32: Django>=3.2,<4.0
15-
dj40: Django>=4.0b1,<4.1
15+
dj40: Django>=4.0rc1,<4.1
1616
sqlite: mock
1717
postgresql: psycopg2-binary
1818
postgis: psycopg2-binary

0 commit comments

Comments
 (0)