Skip to content
New issue

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

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

Already on GitHub? # to your account

Upgrade imports to supported python versions #600

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

frank1010111
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants