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.12 compatibility #475

Closed d33bs closed 3 weeks ago

d33bs commented 3 weeks ago

Description

This PR adds Python 3.12 compatibility for the project.

Closes #435

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.


📚 Documentation preview 📚: https://pycytominer--475.org.readthedocs.build/en/475/

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 94.73%. Comparing base (6a8bb47) to head (7ee4098).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #475 +/- ## ======================================= Coverage 94.73% 94.73% ======================================= Files 57 57 Lines 3154 3154 ======================================= Hits 2988 2988 Misses 166 166 ``` | [Flag](https://app.codecov.io/gh/cytomining/pycytominer/pull/475/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/475/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cytomining) | `94.73% <ø> (ø)` | | 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 3 weeks ago

Thanks @gwaybio and @kenibrewer !