cytomining / pycytominer

Python package for processing image-based profiling data
https://pycytominer.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 36 forks source link

build(python): add python 3.13 compatibility #477

Closed d33bs closed 1 week ago

d33bs commented 2 weeks ago

Description

Adds Python 3.13 compatibility to the project. Note: appears to have trouble currently with some Python 3.13 built-ins.

References #476

What is the nature of your change?

Checklist

Please ensure that all boxes are checked before indicating that a pull request is ready for review.

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.74%. Comparing base (04607e6) to head (9fd5f07).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #477 +/- ## ======================================= Coverage 94.74% 94.74% ======================================= Files 57 57 Lines 3156 3156 ======================================= Hits 2990 2990 Misses 166 166 ``` | [Flag](https://app.codecov.io/gh/cytomining/pycytominer/pull/477/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cytomining) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/cytomining/pycytominer/pull/477/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cytomining) | `94.74% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cytomining#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

d33bs commented 1 week ago

Closing this without merge to keep the PR queue clean; Python 3.13 is not yet compatible with existing dependencies.