Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump python versions#1018

Merged
tianon merged 1 commit into
docker-library:masterdocker-library/python:masterfrom
infosiftr:bumpsinfosiftr/python:bumpsCopy head branch name to clipboard
Apr 8, 2025
Merged

Bump python versions#1018
tianon merged 1 commit into
docker-library:masterdocker-library/python:masterfrom
infosiftr:bumpsinfosiftr/python:bumpsCopy head branch name to clipboard

Conversation

@yosifkit

@yosifkit yosifkit commented Apr 8, 2025

Copy link
Copy Markdown
Member

3.9.22, 3.10.17, 3.11.12, 3.12.10, 3.13.3, and 3.14.0a7
Racing the update.sh automation because it is slow.

@tianon

tianon commented Apr 8, 2025

Copy link
Copy Markdown
Member

lolsob

@tianon

tianon commented Apr 8, 2025

Copy link
Copy Markdown
Member
4.281 + wget -O python.tar.xz.asc https://www.python.org/ftp/python/3.9.22/Python-3.9.22.tar.xz.asc
4.290 Connecting to www.python.org (151.101.192.223:443)
4.375 wget: server returned error: HTTP/1.1 404 Not Found

@tianon

tianon commented Apr 8, 2025

Copy link
Copy Markdown
Member

https://www.python.org/ftp/python/3.9.22/ has no asc files, so maybe the "drop PGP" thing has crept back to older versions now too?

@tianon

tianon commented Apr 8, 2025

Copy link
Copy Markdown
Member

https://www.python.org/ftp/python/3.9.22/ has no asc files, so maybe the "drop PGP" thing has crept back to older versions now too?

python/cpython#132287

@yosifkit yosifkit changed the title Bump python version 3.9.22, 3.10.17, 3.11.12, 3.12.10, 3.13.3, and 3.14.0a7 Bump python versions Apr 8, 2025
@yosifkit

yosifkit commented Apr 8, 2025

Copy link
Copy Markdown
Member Author

Since we don't know how long python/cpython#132287 will take, I dropped 3.9.22 since it is missing its .asc signature. The automated updated.sh should catch it once it is ready.

@tianon tianon merged commit feae9d1 into docker-library:master Apr 8, 2025
@tianon tianon deleted the bumps branch April 8, 2025 21:32
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Apr 8, 2025
Changes:

- docker-library/python@feae9d1d: Merge pull request docker-library/python#1018 from infosiftr/bumps
- docker-library/python@70fc099b: Bump python version 3.10.17, 3.11.12, 3.12.10, 3.13.3, and 3.14.0a7
@andree0

andree0 commented Apr 9, 2025

Copy link
Copy Markdown

This commit broke my image building when there was installing packages.
translitcodec package is the newst (0.7.0) in my requirements.lock.txt.
I was using python:3.11-slim-bullseye image and now I have to change to python:3.11.11-slim-bullseye

docker-library/official-images#13 21.60 Building wheels for collected packages: translitcodec
docker-library/official-images#13 21.60   Building wheel for translitcodec (setup.py): started
docker-library/official-images#13 22.33   Building wheel for translitcodec (setup.py): finished with status 'error'
docker-library/official-images#13 22.34   error: subprocess-exited-with-error
docker-library/official-images#13 22.34   
docker-library/official-images#13 22.34   × python setup.py bdist_wheel did not run successfully.
docker-library/official-images#13 22.34   │ exit code: 1
docker-library/official-images#13 22.34   ╰─> [6 lines of output]
docker-library/official-images#13 22.34       usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
docker-library/official-images#13 22.34          or: setup.py --help [cmd1 cmd2 ...]
docker-library/official-images#13 22.34          or: setup.py --help-commands
docker-library/official-images#13 22.34          or: setup.py cmd --help
docker-library/official-images#13 22.34       
docker-library/official-images#13 22.34       error: invalid command 'bdist_wheel'
docker-library/official-images#13 22.34       [end of output]
docker-library/official-images#13 22.34   
docker-library/official-images#13 22.34   note: This error originates from a subprocess, and is likely not a problem with pip.
docker-library/official-images#13 22.34   ERROR: Failed building wheel for translitcodec
docker-library/official-images#13 22.34   Running setup.py clean for translitcodec
docker-library/official-images#13 23.09 Failed to build translitcodec
docker-library/official-images#13 23.10 ERROR: Failed to build installable wheels for some pyproject.toml based projects (translitcodec)

@edmorley

edmorley commented Apr 9, 2025

Copy link
Copy Markdown
Contributor

@andree0 There's some more on this at #1023

gquintard pushed a commit to gquintard/official-images that referenced this pull request Jun 11, 2025
Changes:

- docker-library/python@feae9d1d: Merge pull request docker-library/python#1018 from infosiftr/bumps
- docker-library/python@70fc099b: Bump python version 3.10.17, 3.11.12, 3.12.10, 3.13.3, and 3.14.0a7
tglman pushed a commit to tglman/official-images that referenced this pull request Aug 11, 2025
Changes:

- docker-library/python@feae9d1d: Merge pull request docker-library/python#1018 from infosiftr/bumps
- docker-library/python@70fc099b: Bump python version 3.10.17, 3.11.12, 3.12.10, 3.13.3, and 3.14.0a7
gquintard pushed a commit to gquintard/official-images that referenced this pull request Aug 15, 2025
Changes:

- docker-library/python@feae9d1d: Merge pull request docker-library/python#1018 from infosiftr/bumps
- docker-library/python@70fc099b: Bump python version 3.10.17, 3.11.12, 3.12.10, 3.13.3, and 3.14.0a7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.