-
Notifications
You must be signed in to change notification settings - Fork 66
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 #3844
Comments
This commit updates the AppVeyor configuration to use the Visual Studio 2022 image, and prepares for Python 3.11 support. AppVeyor needs to add Python 3.11 to their images before the Python 3.11 jobs can be uncommented. The feature request can be tracked here: appveyor/ci#3844
Thanks for letting know! We'll take care about that. |
Awesome! Please keep me in the loop! To give some context, this is currently preventing lxml from building Python 3.11 wheels on Windows, which is blocking Statsmodels in it's turn, which is blocking a lot of scientific Python packages. |
The stable 3.11.0 version is now released, so that one can be added directly to AppVeyor. |
@FeodorFitsner As of this moment, do you have anything to share? |
Ubuntu images with Python 3.11 are coming later today or early tomorrow. |
Awesome, great to hear! Do you know anything about Windows yet? |
Python 3.11.0 has been added to Ubuntu images: https://www.appveyor.com/updates/2022/10/31/ |
I would say that most people are looking for Windows image on Appveyor. @FeodorFitsner could you please re-open this task and close it when windows images are released? Thank you. |
Absolutely! Working on the update! |
That's very appreciated, @FeodorFitsner 🙂 |
This commit updates the AppVeyor configuration to use the Visual Studio 2022 image, and prepares for Python 3.11 support. AppVeyor needs to add Python 3.11 to their images before the Python 3.11 jobs can be uncommented. The feature request can be tracked here: appveyor/ci#3844
According to And according to this post, the new images with Python 3.11 have been deployed, so the issue could be closed, right? |
Absolutely! |
Appveyor now has support for Python 3.11. See appveyor/ci#3844 and https://www.appveyor.com/updates/2022/11/07.
Is there something further holding up the generation, and uploading to PyPi, of the Windows Python 3.11 wheels ? |
@Athanasius This is the tracker for the AppVeyor CI service. Did you mean to ask that of some Python library instead? |
Ah yes, I got a little turned around there, sorry :) |
Python 3.11 is now in Release Candidate phase and will be released next week. Python 3.11 is ABI stable and wheels are already build and generated. For this CI is useful, so it would be great if AppVeyor could add Python 3.11 to it's images.
The text was updated successfully, but these errors were encountered: