We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fec4dc commit 3b533e6Copy full SHA for 3b533e6
setup.py
@@ -37,6 +37,7 @@
37
extras_require={
38
'asymmetric_crypto': ["cryptography >= 2.3"]
39
},
40
+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
41
classifiers=[
42
'Development Status :: 5 - Production/Stable',
43
'Environment :: Web Environment',
0 commit comments