itkwidgets icon indicating copy to clipboard operation
itkwidgets copied to clipboard

Support for py39 and above

Open brey opened this issue 3 years ago • 3 comments

I have an issue open on the conda forge feedstock but I had no answer so I thought to raise it here as well.

Currently we are using itkwidgets in our package as conda upstream dependency which creates a constraint to keep it at py38. Is there a reason that the package isn't build for py39 and above?

brey avatar Aug 19 '22 15:08 brey

Hi, 0.X works with py39. It should work with py310 soon. 1.X alpha works with py38 and above.

thewtex avatar Aug 23 '22 02:08 thewtex

@thewtex thanks for the update.

Will it be possible to update the conda-forge package to support at least 3.9? Based on #531 you could do 3.7,3.8,3.9 in the CI/CD there.

brey avatar Sep 22 '22 12:09 brey

The conda-forge builds look like they are failing due to a missing requirements.txt -- an attempt to address this with https://github.com/InsightSoftwareConsortium/itkwidgets/pull/539.

thewtex avatar Sep 26 '22 02:09 thewtex

The pyimagej team just ran into this issue today. Has there been any progress on this?

gselzer avatar Nov 03 '22 20:11 gselzer

Hi @gselzer we'll release a new patch version with #539 along with itk-5.3.0 including support for CPython 3.9, 3.10, 3.11 in about a week's timeframe.

thewtex avatar Nov 07 '22 17:11 thewtex

Great, thanks @thewtex!

gselzer avatar Nov 07 '22 18:11 gselzer

Related side-note, we also have PyImageJ notebooks testing / passing on the 1.X branch with #575 .

thewtex avatar Nov 08 '22 15:11 thewtex

Python 3.9, 3.10, 3.11 added 0.32.4

thewtex avatar Nov 29 '22 20:11 thewtex