-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Python 3.11 wheels #6517
Comments
You can add |
Thanks, I was planning to open a PR soon, porting the same changes I did for I will tag the new PyWavelets release tonight or tomorrow. For SciPy we definitely won't want it to build from source, but it looks like we can start testing from the nightly 3.11 wheels here. |
See #6519 for progress on this. |
Scipy has released 3.11 wheels in their latest release. |
In progress: #6566 |
Reopening so that we have an issue tracking this request. See #6581 for the second step of the progress. |
FYI: imread just released their 311 wheels, so the last blocker in the original post is gone. |
Any updates on this? It seems like all that's left to do is make the release. |
Yes, @grlee77 will be working on fixing broken Windows wheels this week. |
Is there also an estimate for linux? |
I pushed an update that fixed the AMD64 Windows wheels and dropped 32-bit Windows support. The linux ones were already working aside from a couple of 32-bit ones (also dropped in that PR). See this comment and link therein: edit: just remembered that all wheels were initially failing due to failure to import |
Can we close this now that #6581 is merged? Or should we wait until we've actually released 3.11 wheels? |
Is there an estimate, when the 3.11 wheels are released? |
We have been meaning to release version 0.20 a few weeks ago but it got stalled. I'm not expecting much to happen before the new year but hope that we will push a pre-release candidate soon after that. @sebwr, sorry for the wait. |
No hurries, Im also done for this year. Happy holidays for everyone involved. |
Any news to the v0.20 update including the 3.11 wheels? |
Are there infos for the release date? |
This appears to be an issue still. I am unable to install scikit-image in Python 3.11 on Windows.
|
The wheels are building just fine, the pre-releases are out on PyPi, and the main release itself will be available in a week. @pllim If |
@stefanv , correct, the pre-release installs fine. I see that RCs are actively being pushed. Good luck in the release! |
We're about to publish the next release, so I'm going to close this to clear the milestone. Thanks for your feedback, all. |
Build wheels for Python 3.11
Should be just adding
cibw_python: "cp311-*"
to the build-wheels CI job matrixNote you'll likely be waiting for the Python 3.11 wheels for:
The text was updated successfully, but these errors were encountered: