Skip to content

Commit 97fcf1e

Browse files
committed
Add python_requires to help pip
1 parent b2d38f0 commit 97fcf1e

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
@@ -34,6 +34,7 @@
3434
'idna>=2.5',
3535
'typing ; python_version<"3.5"',
3636
],
37+
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
3738
classifiers=[
3839
'Topic :: Utilities',
3940
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)