-
Notifications
You must be signed in to change notification settings - Fork 1.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
Python 3.12.6 automated version bump missing #960
Comments
Looks like the automated Or to be more precise, the
Given that this was recently altered in docker-library/official-images@4c92a2d, it's probably time to ping @tianon ;) |
Yeah, this is hylang/hy#2598 😞 (I saw it over there over the weekend, but hadn't got back here yet to see how it affects us) |
I think the easiest fix here is to do the bump manually this time and ignore that failing CI, and hope that hylang/hy#2599 gets into a release soon 😄 We can also update the test to exclude 3.12 for now (which is similarly sane). |
|
Late on Friday, a number of Python security updates were released:
https://blog.python.org/2024/09/python-3130rc2-3126-31110-31015-3920.html
The version bumps for most of those were pushed by the automation on Sat:
https://github.com/docker-library/python/commits/master/
For example:
b4ded1b
However, notably the bump for 3.12 to 3.12.6 is missing.
Did the automation job for that one fail - and now needs retriggering? (I don't know where these version bump jobs run and how to find the logs for them)
(Context: This blocks me being able to rebase #955, but also will hold up the eventual release of these security updates in the PR to https://github.com/docker-library/official-images)
The text was updated successfully, but these errors were encountered: