multiscale-spatial-image
multiscale-spatial-image copied to clipboard
Support for Python 3.13
Hi, I noticed that multiscale-spatial-image does not support Python 3.13 (in the sense that the following requires-python = ">=3.10,<3.13" is present in pyproject.toml).
Can this constraint be relaxed? Thanks for the info.
Looping in also @melonora.
@LucaMarconato Yes, it should be fine.
To add support:
- Update the version in pyproject.toml
- Update pixi.lock
- Update our CI testing versions
Thanks, I will try now. I noticed this comment on Python 3.13 from @melonora https://github.com/spatial-image/multiscale-spatial-image/pull/96#issuecomment-2459531756, but the CI run will tell.
Resolved via #108 , #106