cytomining / CytoTable

Transform CellProfiler and DeepProfiler data for processing image-based profiling readouts with Pycytominer and other Cytomining tools.
https://cytomining.github.io/CytoTable/
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Add python 3.11 to automated tests #172

Closed d33bs closed 6 months ago

d33bs commented 6 months ago

Description

This PR adds Python 3.11 to automated tests in an effort to align testing with what's found in the pyproject.toml file. I discovered this in working towards Python 3.12 compatibility as part of #157 which will also eventually require a similar change.

Thanks for any feedback you may have!

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.

d33bs commented 6 months ago

Thank you @gwaybio and @kenibrewer ! Merging this in.