Skip to content

Commit 96eaf64

Browse files
committed
Add python_requires to help pip
1 parent b3725ba commit 96eaf64

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
@@ -161,6 +161,7 @@
161161
],
162162
},
163163
install_requires=['PyOpenSSL', 'pyasn1>=0.1.1'],
164+
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*',
164165
classifiers=[
165166
'Development Status :: 5 - Production/Stable',
166167
'Environment :: Console',

0 commit comments

Comments
 (0)