Skip to content

Commit 05a7de4

Browse files
authored
Update setup.py to restrict python version >= 3.9 (#1725)
* 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
1 parent c322d3f commit 05a7de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def get_package_version():
155155
maintainer='Tom Kralidis',
156156
maintainer_email='[email protected]',
157157
url='https://pygeoapi.io',
158+
python_requires='>=3.10',
158159
install_requires=read('requirements.txt').splitlines(),
159160
packages=find_packages(exclude=['pygeoapi.tests']),
160161
include_package_data=True,

0 commit comments

Comments
 (0)