Skip to content

Commit

Permalink
Add python_requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltay committed Oct 26, 2017
1 parent 192d730 commit 807b4bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/python/setup.py
Expand Up @@ -174,6 +174,7 @@ def run(self):
]),
setup_requires=REQUIRED_SETUP_PACKAGES,
install_requires=REQUIRED_PACKAGES,
python_requires='>=2.7,<3.0',
test_suite='nose.collector',
tests_require=REQUIRED_TEST_PACKAGES,
extras_require={
Expand Down

0 comments on commit 807b4bc

Please sign in to comment.