Skip to content

Commit 9cd30e3

Browse files
authored
fix tox config for 4.1 (#210)
1 parent c0c456f commit 9cd30e3

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
@@ -20,4 +20,4 @@ deps =
2020

2121
django32: django==3.2.*
2222
django40: django>=4.0a1,<4.1
23-
django41: django>=4.1*
23+
django41: django>=4.1a1,<4.2

0 commit comments

Comments
 (0)