ansys/pyansys-geometry

Add support for Python 3.12

Closed this issue · 6 comments

Related to #787 - we tried it but vtk was blocking the update.

Great to see interest for python 3.12 so early ! The latest rc comes with python 3.12 support. Could you give it a try and report related issues at
https://gitlab.kitware.com/vtk/vtk/-/issues ?

Okay sounds like it "works" :)

We are only doing smoke testing - checking that the package builds and that we are able to import its version. Our main dev versions are Python 3.9 to 3.11. This is just to provide support for Python 3.12 on a best-effort basis. Thanks @ChristosT for pointing out the current 9.0.3rc2 release.

I am curious... when is the actual 9.3.0 release expected?

That's hard to tell . Depends on how the rc goes and if any issues are reported. If everything goes well the final release should be in a few weeks.

Thanks @RobPasMue for taking care of this first set of testing. It will be halpful for all our other repos.

I am curious... when is the actual 9.3.0 release expected?

vtk 9.3.0 is available on pypi

Yep!! Dependabot was so kind that opened #854 for us =) Thanks @ChristosT!