Skip to content

Commit ad2a167

Browse files
committed
Correct supported releases of Django to include 4.0.
1 parent b94f69e commit ad2a167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ zip_safe = False
3232
# jwcrypto has a direct dependency on six, but does not list it yet in a release
3333
# Previously, cryptography also depended on six, so this was unnoticed
3434
install_requires =
35-
django >= 2.2, != 4.0.0
35+
django >= 2.2, <= 4.1
3636
requests >= 2.13.0
3737
oauthlib >= 3.1.0
3838
jwcrypto >= 0.8.0

0 commit comments

Comments
 (0)