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

Upgrade imports to supported python versions #600

Merged
merged 2 commits into from
Mar 22, 2025

Conversation

frank1010111
Copy link
Contributor

Python 3.9 is the lowest supported Python version. In this code, I've changed the imports to follow ruff's isort rules and remove the dance required for supporting Python 2 and Python 3 less than 3.9.

The unit tests pass on my local linux machine.

Hope this helps.

@ThomasMGeo
Copy link

Also see no reason why this should not be bumped to 3.10, the latest versions of numpy do not support 3.9.

@kinverarity1 kinverarity1 merged commit cffbaa8 into kinverarity1:main Mar 22, 2025
@kinverarity1
Copy link
Owner

Thank you very much @frank1010111 and apologies for the delay in merging.

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