Skip to content

Commit

Permalink
setup update - installation now demands Python version >=3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed May 22, 2018
1 parent d603132 commit f774fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def get_version():

setup(
name='sentinelhub',
python_requires='>=3.5',
version=get_version(),
description='Sentinel Hub Utilities',
url='https://github.com/sentinel-hub/sentinelhub-py',
Expand Down

0 comments on commit f774fce

Please sign in to comment.