Skip to content

Commit 17df548

Browse files
xavfernandezdstufft
authored andcommitted
Specify the supported python version via python_requires (pypa#3860)
1 parent 0811f6e commit 17df548

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
@@ -85,6 +85,7 @@ def find_version(*file_paths):
8585
},
8686
tests_require=tests_require,
8787
zip_safe=False,
88+
python_requires='>=2.6,!=3.0.*,!=3.1.*,!=3.2.*',
8889
extras_require={
8990
'testing': tests_require,
9091
},

0 commit comments

Comments
 (0)