Update Python runtime pins (latest patches) and pyenv#14947
Closed
ff137 wants to merge 4 commits into
Closed
Conversation
Author
|
urllib3 has a new release (2.7.0) that came out in the last 24 hours. The Python Poetry smoke scenario now generates So it seems like the smoke test should be updated to account for the new urllib3 version before CI will pass here. |
Author
|
I see there's an open PR in |
Pin each supported Python 3.x line to the latest patch release used in the python and uv updater images (via docker.io/library/python:*-bookworm). Keep PRE_INSTALLED_PYTHON_VERSIONS_RAW in sync with the Dockerfile ARGs so runtime resolution matches the bundled interpreters. Bump PYENV_VERSION from v2.6.16 to v2.6.29. Signed-off-by: Mourits de Beer <ff137@proton.me>
Update LockFileErrorHandler fixture stderr snippets so the embedded "Using CPython …" lines match the pyenv layout after bumping the 3.11 patch pin in the Dockerfiles.
8167ac9 to
2255b8c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pin each supported Python 3.x version to the latest patch release. (Verified according to latest releases here: https://www.python.org/downloads/)
Bump PYENV_VERSION from v2.6.16 to v2.6.31.
What are you trying to accomplish?
Resolves the problem that Dependabot does not support latest Python versions:
Anything you want to highlight for special attention from reviewers?
This PR follows the same pattern as #13744, editing the same files, and including a pyenv patch version bump.
How will you know you've accomplished your goal?
All tests pass.
Checklist