Skip to content

Commit

Permalink
Update setup.py to restrict python version >= 3.9 (#1725)
Browse files Browse the repository at this point in the history
* Update setup.py

Release 0.17.0 is incompatible with Python < 3.8

"python_requires" added to only install this version with python >= 3.9

* Update setup.py
  • Loading branch information
pgValero authored Jul 19, 2024
1 parent c322d3f commit 05a7de4
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 @@ -155,6 +155,7 @@ def get_package_version():
maintainer='Tom Kralidis',
maintainer_email='[email protected]',
url='https://pygeoapi.io',
python_requires='>=3.10',
install_requires=read('requirements.txt').splitlines(),
packages=find_packages(exclude=['pygeoapi.tests']),
include_package_data=True,
Expand Down

0 comments on commit 05a7de4

Please sign in to comment.