multiscale-spatial-image icon indicating copy to clipboard operation
multiscale-spatial-image copied to clipboard

Support for Python 3.13

Open LucaMarconato opened this issue 11 months ago • 3 comments

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.

LucaMarconato avatar Jan 30 '25 13:01 LucaMarconato

Looping in also @melonora.

LucaMarconato avatar Feb 10 '25 15:02 LucaMarconato

@LucaMarconato Yes, it should be fine.

To add support:

  1. Update the version in pyproject.toml
  2. Update pixi.lock
  3. Update our CI testing versions

thewtex avatar Feb 10 '25 20:02 thewtex

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.

LucaMarconato avatar Feb 10 '25 22:02 LucaMarconato

Resolved via #108 , #106

thewtex avatar Aug 06 '25 16:08 thewtex