Skip to content

feat: add Python 3.13 and 3.14 support - #29

Closed
derekthirstrup wants to merge 6 commits into
afermg:mainfrom
derekthirstrup:py313-py314-support
Closed

feat: add Python 3.13 and 3.14 support#29
derekthirstrup wants to merge 6 commits into
afermg:mainfrom
derekthirstrup:py313-py314-support

Conversation

@derekthirstrup

Copy link
Copy Markdown

Summary

  • Update requires-python to <3.15,>=3.10 to support Python 3.14
  • Bump scikit-image requirement to >=0.25 (fixes area_bbox KeyError on Python 3.13+)
  • Use centrosome from PR branch (afermg/centrosome@skimage_no_upper_bound) that removes scikit-image upper bound
  • Add Python 3.14 to CI test matrix

Test 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).

afermg and others added 6 commits October 21, 2025 11:21
- 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
@afermg

afermg commented Jan 14, 2026

Copy link
Copy Markdown
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.

@afermg afermg closed this Jan 14, 2026
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.

2 participants