Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
# they are published, spinning out every retry. (The image build itself
# installs inside python:3.14-slim, so it is unaffected; this is only for
# the host-side probe below.)
- uses: actions/setup-python@v5
- uses: actions/setup-python@v7
with:
python-version: '3.14'
- name: Wait until the pinned versions are installable from PyPI
Expand Down
Loading