Skip to content

Commit f2f50e1

Browse files
author
Kevin D Smith
committed
python_requires interfering with wheels
1 parent 8409e33 commit f2f50e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_file(fname):
5151
'requests',
5252
],
5353
platforms='any',
54-
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
54+
# python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
5555
classifiers=[
5656
'Development Status :: 5 - Production/Stable',
5757
'Environment :: Console',

0 commit comments

Comments
 (0)