AFM-SPM / TopoStats

An AFM image analysis program to batch process data and obtain statistics from images
https://afm-spm.github.io/TopoStats/
GNU Lesser General Public License v3.0
60 stars 11 forks source link

ci: restrict supported python version to <3.12 #931

Closed ns-rse closed 1 month ago

ns-rse commented 1 month ago

Closes #930

Once Topoly performance regression has been resolved we should unpin this upper bound and ideally support upto Python 3.13.

ns-rse commented 1 month ago

An on the note of 3.13, we should be careful as arm64 support (for Macs) is slow in many packages and so might not be able to support it until they do. I currently run 3.11 in many environments because of some issues with packages not yet supporting arm64 in 3.12.5

Cool, thanks for the heads up, I have #928 to specifically keep track of it.