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

Upgrading osdatahub to work with Python 3.12, 3.13 #114

Merged
merged 9 commits into from
Nov 20, 2024

Conversation

jmbraybrook
Copy link
Collaborator

@jmbraybrook jmbraybrook commented Nov 18, 2024

Main purpose of this pull request is to resolve major incompatibility issues with python versions

This pull request has three main focuses:

  • aim to support more recent versions of python 3.12 and 3.13.
  • upgrade packages to the latest versions to ensure security.
  • depreciating support for Python 3.7 as a result for compliance with security updates. (Python 3.7 is now depreciated as of June 27th 2023 with no further security updates.)

Issues Resolved

  • Resolves a backwards compatibility problem with the TypeGuard dependency which has moved its functionality to a decorator model. - Update typeguard #89
  • Typing for Geojson objects is now explicitly dict rather than Feature Collection. (Will need Reviewing)

@jmbraybrook
Copy link
Collaborator Author

Currently amending, adjustments needed for earlier python versions.

@jmbraybrook jmbraybrook merged commit be08705 into master Nov 20, 2024
8 of 9 checks passed
@jmbraybrook jmbraybrook mentioned this pull request Nov 20, 2024
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.

1 participant