-
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.13 #3927
Comments
@OwenMcDonnell the release candidate is next week, can you share any updates on the plan for 3.13? I think we really want to avoid the disaster that 3.12 was (#3879). |
Thanks for your disaster assessment @EwoutH! |
Python 3.13.0b3 is now available on all ubuntu images.
|
Awesome! This is a great first step, thanks! 3.13.0b3 is still a beta release however, to build ABI stable wheels 3.13.0rc1 is needed. Could you share anything about rolling out that version? |
Yes, thanks. Maybe I'm misinterpreting the target market of AppVeyor. Do you include Python developers, libraries and projects (both closed and open-source) in your target audience? |
Regardless of target audience, we don't have the resources to release new images for both Windows and Linux whenever a new version of the pre-installed software/libraries we support is released. |
Thanks, for the context, it’s appreciated! I think GitHub Actions has automated this process, and updates their dependencies about once a week. Alternatively, they have actions that can be added (like setup-python) which can do stuff with relatively few lines of code. For some context, the Python release candidate is the first build which is ABI stable, so that’s an important one, but also only once a year. I think AppVeyor “only” needs about four Python updates a year:
If that would be feasible it would make AppVeyor a great option for developing Python apps. We need some alternatives to GHA. The Python ecosystem is becoming very dependent on it. |
Python 3.13 release candidate is now live on all Ubuntu images. |
Python 3.13 release candidate is now live on |
Is there a remaining todo on this one?
|
Hi @OwenMcDonnell, what is the status of Python 3.13 on macOS images? |
New VS 2019/2022 images coming this week. |
Visual Studio? Does that apply to macOS too? I thought it was only used on Windows. |
@sbraz sorry I didn't notice you were inquiring about macOS images. |
Python 3.13 is well into the Beta phase and will be released in a few months. This means it's going to be heavily tested the next few months. It would be great if AppVeyor could add Python 3.13 to it's images, preferable ASAP (at least before the end of beta-phase).
Important milestones
The text was updated successfully, but these errors were encountered: