Skip to content

Commit 3b533e6

Browse files
author
Landon Gilbert-Bland
committed
Final release that supports python < 3.6
1 parent 1fec4dc commit 3b533e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
extras_require={
3838
'asymmetric_crypto': ["cryptography >= 2.3"]
3939
},
40+
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
4041
classifiers=[
4142
'Development Status :: 5 - Production/Stable',
4243
'Environment :: Web Environment',

0 commit comments

Comments
 (0)