Skip to content

Add a quick fix for 3.14.0b1 on windows #1040

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 8, 2025

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented May 8, 2025

@@ -55,6 +55,14 @@ RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f ($en
\
$env:PYTHONDONTWRITEBYTECODE = '1'; \
\
{{ if .version == "3.14.0b1" then ( -}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{ if .version == "3.14.0b1" then ( -}}
{{ if .version == "3.14.0b1" then ( -}}
Write-Host 'Reinstalling pip to workaround a bug ...'; \

@tianon tianon merged commit a74a6c7 into docker-library:master May 8, 2025
47 checks passed
@tianon tianon deleted the short-hack branch May 8, 2025 20:30
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request May 8, 2025
Changes:

- docker-library/python@a74a6c7e: Merge pull request docker-library/python#1040 from infosiftr/short-hack
- docker-library/python@0fb50d34: Add a quick fix for 3.14.0b1 on windows
- docker-library/python@4cf0116a: Update 3.14-rc to 3.14.0b1
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants