feat: add Python 3.13 and 3.14 support - #29
Closed
derekthirstrup wants to merge 6 commits into
Closed
Conversation
- Update requires-python to <3.15,>=3.10 - Bump scikit-image requirement to >=0.25 (fixes area_bbox KeyError on py3.13+) - Use centrosome from PR branch that removes scikit-image upper bound - Add Python 3.14 to CI test matrix
derekthirstrup
force-pushed
the
py313-py314-support
branch
from
December 30, 2025 16:13
3507b83 to
94418e4
Compare
Owner
|
Thanks for the PR Derek! I'll close it since this is already supported after merging #28. Python 3.13 and 3.14 are supported in cp_measure starting at v0.1.13. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
requires-pythonto<3.15,>=3.10to support Python 3.14scikit-imagerequirement to>=0.25(fixesarea_bboxKeyError on Python 3.13+)afermg/centrosome@skimage_no_upper_bound) that removes scikit-image upper boundTest plan
Notes
This PR depends on centrosome PR #132 being merged. Once that happens, the centrosome dependency can be changed back to a version specifier (e.g.,
centrosome>=1.3.3).