ENH: Add support for 3.11#1199
Conversation
|
No VTK wheels on PyPI yet so this can't move forward without using conda-forge or similar. Also I'm not sure any changes are actually needed at the Mayavi end to support Python 3.11 -- perhaps just a newer version of Cython (with 3.11 compat) that generates 3.11-compatible code will fix things. I'll close for now... |
|
Okay from working on conda-forge/mayavi-feedstock#70 it's clear that |
|
Okay this looks good to go now! Using the |
|
Things fail with the latest PyPI 9.2.5, I'll push a commit here to test it which should fail, then I'll fix it |
|
Task failed successfully: time to push the fix |
|
There appears to be a 3.11 bug with I'll revert the CIs testing 3.11 for now... |
|
Okay, this is once again ready for review/merge from my end, and you can see the conda-forge build succeed in conda-forge/mayavi-feedstock#71 |
prabhuramachandran
left a comment
There was a problem hiding this comment.
I am so sorry, I completely missed this and made the same darned fixes in my PR here: #1233. :( I will drop that PR and instead merge this since everything passed at this point.
|
Great! Any ideas about when a release is going to be made? |
|
I would want to spend a bit more time fixing any other breakages and resolve #1228 before a release. |
|
Thanks for the heads up. |
Closes #1188
First step, show the failure from conda-forge/mayavi-feedstock#70