-
Notifications
You must be signed in to change notification settings - Fork 553
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
Add Python 3.9 support #148
Comments
Hello everyone:
We also going to deploy new image with pre-cached Python 3.9 next week. |
Confirmed it's now available on GHA, thank you! Took ~10s to install on Linux, ~60s on macOS and ~51s on Windows, not a problem for me, and good to hear the pre-cached images is coming soon. https://github.com/hugovk/test/runs/1215290584?check_suite_focus=true
|
This time: 18 hours! 🎈 |
This commit adds GitHub Actions-based continuous integration (CI) support for testing `beartype` against the newly stabilized Python 3.9.x release series by bumping our mandatory `actions/setup-python` dependency from `v1` to `v2`. See also actions/setup-python#148.
Can you reopen this issue until the 3.9 image is available through the cache? Currently, 3.9 on Windows and Mac is frustratingly slow because it has to install the new version, and I have no way to track when it will be fast. |
Opened #152 to track adding 3.9 to the pre-cached image. |
Turns out the correct issue to watch is actions/runner-images#1740, also reported by @hugovk. A link next time would be helpful. 🙂 |
🎈 This year it took 17 hours! 🎉 |
Python 3.9.0 was released today, 2020-10-05:
Please could you also add support in GitHub Actions for Python 3.9?
Thank you!
PS It took 21 days for 3.8: #30 (comment)
The text was updated successfully, but these errors were encountered: