-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Update/Add CPython 3.9.0 beta 1 #912
Comments
Since this is an in-development version of Python, I would put this under the same issue: actions/setup-python#20 The |
@zooba , as a possible solution, you can build Python 3.9.0 once and cache it using https://github.com/actions/cache. Restoring from cache will take seconds after first build |
@maxim-lobanov I work on CPython itself - I don't need the solution. I'm filing it because everyone else needs it, and someone needs to raise the notification that 3.9.0 beta 3 is now out. |
@konradpabjan @maxim-lobanov I think it makes sense to support latest pre-release via |
Beta 5 is scheduled for release on July 20, so it would be great if this could come soon so we can begin testing our packages on GH actions. Thanks for the hard work! Ideally it would be cool to just generally support the latest nightly like Alejandro hinted above. |
Hello @jadchaar , |
With actions/setup-python#20 (comment) I suppose this can be closed? |
Yep, Python 3.9.0 beta 4 is available with latest release of |
How do I use actions/setup-python on Azure pipelines? Or is there another way to activate 3.9 on the Azure images? |
@mattip , as far as I know, no way for Azure Pipelines. |
Tool information
Area for Triage:
Python
Question, Bug, or Feature?:
Feature
Virtual environments affected
(Older Ubuntu and Windows is fine too if it's easier, but I don't consider them blocking.)
Can this tool be installed during the build?
Only on Windows via a Nuget package. You can build from source during build for other platforms, which I assume only takes 3-4 minutes (based on our CI running on the same images).
Tool installation time in runtime
Should be under 1 minute
Are you willing to submit a PR?
Sure! Though hopefully this is fairly mechanical, since there's very little difference between how 3.8 is treated and how 3.9 should be treated.
The text was updated successfully, but these errors were encountered: