Skip to content

Commit 20e8533

Browse files
committed
Add python_requires
1 parent 7cefe16 commit 20e8533

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
@@ -77,6 +77,7 @@ def get_release_command_class():
7777
"Tracker": "{:s}/issues".format(REPOSITORY_URL),
7878
},
7979

80+
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
8081
install_requires=SETUPTOOLS_REQUIRES + install_requires,
8182
setup_requires=SETUPTOOLS_REQUIRES + PYTEST_RUNNER_REQUIRES,
8283
tests_require=TESTS_REQUIRES,

0 commit comments

Comments
 (0)