Skip to content

Commit 1fc83ca

Browse files
author
Landon Gilbert-Bland
committed
Metadata to require python >= 3.6
1 parent d4e06c4 commit 1fc83ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"PyJWT>=2.0,<3.0",
3232
],
3333
extras_require={"asymmetric_crypto": ["cryptography>=3.0,<4.0"]},
34+
python_requires=">=3.6,<4",
3435
classifiers=[
3536
"Development Status :: 5 - Production/Stable",
3637
"Environment :: Web Environment",

0 commit comments

Comments
 (0)