Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update setup.py to restrict python version >= 3.9 #1725

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Update setup.py to restrict python version >= 3.9 #1725

merged 2 commits into from
Jul 19, 2024

Conversation

pgValero
Copy link
Contributor

@pgValero pgValero commented Jul 15, 2024

Release 0.17.0 is incompatible with Python < 3.8

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

Overview

Related Issue / discussion

I with python 3.8 the lastest version (0.17.0) is install but it's incompatible. Restrict this to install v0.16.1 is python < 3.9.

Additional information

Dependency policy (RFC2)

  • I have ensured that this PR meets RFC2 requirements

Updates to public demo

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)

  • I'd like to contribute [feature X|bugfix Y|docs|something else] to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of contribution
  • I have already previously agreed to the pygeoapi Contributions and Licensing Guidelines

Release 0.17.0 is incompatible with Python < 3.8

"python_requires" added to only install this version with python >= 3.9
@ricardogsilva
Copy link
Member

Hi @pgValero

Thanks for this, indeed we missed updating setup.py with the correct information. However, as mentioned in #1543, and subsequently merged in #1586 our target version of Python is 3.10 and not 3.9. Can you please update your PR to mention 3.10 instead?

@pgValero
Copy link
Contributor Author

Hi @ricardogsilva

Perfect, thanks!

@tomkralidis tomkralidis added this to the 0.18.0 milestone Jul 19, 2024
@tomkralidis tomkralidis self-requested a review July 19, 2024 13:05
@tomkralidis tomkralidis merged commit 05a7de4 into geopython:master Jul 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants