-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to support python 3.13 #3165
Conversation
This is currently limited by |
It looks like VTK now ships 3.13. @pshriwise or @paulromano, could you trigger GHA to rerun? |
Still failing as there are no Python 3.13 wheels on PyPI |
My bad. I misinterpreted what had happened in the VTK repo. |
Update. VTK is being held back by The changes have been made, but are not currently planned to be incorporated into the next release yet. |
@paulromano or @pshriwise. I think this is ready for review. It's not showing as completed as a lot of the required jobs are for python 3.10 which technically shouldn't be supported anymore. I'd suggest moving these to python 3.11 or 3.13. |
Just noticed this conda forge PR that was automatically created. Perhaps of interest as it attempts to build the conda package for 3.13 |
Quickly looking into that it looks like Conda is search for a release candidate for Py 3.13 and Numpy 2.x. I'm not sure exactly why it's doing that, but this would be for 0.15.0 that it is attempting. I'm thinking of just letting that fail and add py 3.13 to the next release. |
Thanks @paulromano! |
Description
This is a quick update to
pyproject.toml
and the CI test suite to ratchet the supported versions of python to include 3.11 - 3.13Fixes #3164.
Checklist