Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit 1c4f6a4

Browse files
authored
fix python_requires key on setup.py (#99)
1 parent b2445c3 commit 1c4f6a4

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
@@ -50,7 +50,7 @@ def requirements_for(version=None):
5050
long_description=open('README.rst').read(),
5151
dependency_links=dependency_links,
5252
install_requires=sorted(install_requires),
53-
python_requires='==2.7.*,>=3.4',
53+
python_requires='>=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
5454
classifiers=[
5555
'Development Status :: 5 - Production/Stable',
5656
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)