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

Add support for Python 3.13 and remove support for Python 3.9 #26

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

Conversation

mhogan-nwra
Copy link

@mhogan-nwra mhogan-nwra commented Jan 6, 2025

Add support for Python 3.13 and remove support for Python 3.9

This is a follow-up to Pull Request #23. Tests against Python 3.13 are mostly passing now (see below). The impact is that Python 3.9 support is removed. This is expected as Python 3.9 end-of-life is approaching this year.

Following the "Pull Request Guidelines"

Include an example for use

No core aspects were changed. One test was updated to reflect a recommendation from ruff.

Update the author list in AUTHORS.rst if applicable

Not applicable

Ensure that all checks passed (current checks include GitHub Actions)

Not all checks passed on my end again due to the frequently experienced TclError with Windows. While I have recommended add try-except with any doctest that calls matplotlib or to remove matplotlib in doctests altogether, I understand its impact on readability.

EDIT: Add some wording to reflect not all tests actually passed, but this is known and minor recurring problem.

ruff reports zip-without-explicit-strict (B905) when iterables are not equal shapes. The fix is to add explicit keyword value.
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