Skip to content

Bump python versions #1018

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

Merged
merged 1 commit into from
Apr 8, 2025
Merged

Bump python versions #1018

merged 1 commit into from
Apr 8, 2025

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Apr 8, 2025

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
Copy link
Member

tianon commented Apr 8, 2025

lolsob

@tianon
Copy link
Member

tianon commented Apr 8, 2025

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
Copy link
Member

tianon commented Apr 8, 2025

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
Copy link
Member

tianon commented Apr 8, 2025

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
Copy link
Member Author

yosifkit commented Apr 8, 2025

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
47 checks passed
@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
Copy link

andree0 commented Apr 9, 2025

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
Copy link
Contributor

edmorley commented Apr 9, 2025

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

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.

None yet

5 participants