We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cefe16 commit 20e8533Copy full SHA for 20e8533
setup.py
@@ -77,6 +77,7 @@ def get_release_command_class():
77
"Tracker": "{:s}/issues".format(REPOSITORY_URL),
78
},
79
80
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
81
install_requires=SETUPTOOLS_REQUIRES + install_requires,
82
setup_requires=SETUPTOOLS_REQUIRES + PYTEST_RUNNER_REQUIRES,
83
tests_require=TESTS_REQUIRES,
0 commit comments