Skip to content

Conversation

@yosifkit
Copy link
Member

Changes:

This should be the final 3.9 release; it is end of life now: https://devguide.python.org/versions/

Changes:

- docker-library/python@38aab6a1: Update 3.9 to 3.9.25
@github-actions
Copy link

Diff for 8f32cef:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index b9f7f05..4118ea5 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,35 +2,35 @@ Maintainers: Tianon Gravi <[email protected]> (@tianon), Joseph Ferguson <yosi
 GitRepo: https://github.com/docker-library/python.git
 Builder: buildkit
 
-Tags: 3.9.24-alpine3.21, 3.9-alpine3.21
+Tags: 3.9.25-alpine3.21, 3.9-alpine3.21
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 00c4cce6b91488475bfaf85921bae12604a56d4a
+GitCommit: 38aab6a1ab1db813a35d91953eb03283dc5bf0c6
 Directory: 3.9/alpine3.21
 
-Tags: 3.9.24-alpine3.22, 3.9-alpine3.22, 3.9.24-alpine, 3.9-alpine
+Tags: 3.9.25-alpine3.22, 3.9-alpine3.22, 3.9.25-alpine, 3.9-alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 00c4cce6b91488475bfaf85921bae12604a56d4a
+GitCommit: 38aab6a1ab1db813a35d91953eb03283dc5bf0c6
 Directory: 3.9/alpine3.22
 
-Tags: 3.9.24-bookworm, 3.9-bookworm
+Tags: 3.9.25-bookworm, 3.9-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 00c4cce6b91488475bfaf85921bae12604a56d4a
+GitCommit: 38aab6a1ab1db813a35d91953eb03283dc5bf0c6
 Directory: 3.9/bookworm
 
-Tags: 3.9.24-slim-bookworm, 3.9-slim-bookworm
+Tags: 3.9.25-slim-bookworm, 3.9-slim-bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 00c4cce6b91488475bfaf85921bae12604a56d4a
+GitCommit: 38aab6a1ab1db813a35d91953eb03283dc5bf0c6
 Directory: 3.9/slim-bookworm
 
-Tags: 3.9.24-slim-trixie, 3.9-slim-trixie, 3.9.24-slim, 3.9-slim
+Tags: 3.9.25-slim-trixie, 3.9-slim-trixie, 3.9.25-slim, 3.9-slim
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 00c4cce6b91488475bfaf85921bae12604a56d4a
+GitCommit: 38aab6a1ab1db813a35d91953eb03283dc5bf0c6
 Directory: 3.9/slim-trixie
 
-Tags: 3.9.24-trixie, 3.9-trixie
-SharedTags: 3.9.24, 3.9
+Tags: 3.9.25-trixie, 3.9-trixie
+SharedTags: 3.9.25, 3.9
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 00c4cce6b91488475bfaf85921bae12604a56d4a
+GitCommit: 38aab6a1ab1db813a35d91953eb03283dc5bf0c6
 Directory: 3.9/trixie
 
 Tags: 3.10.19-alpine3.21, 3.10-alpine3.21
diff --git a/_bashbrew-list b/_bashbrew-list
index e8485d9..1f19205 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -19,15 +19,15 @@ python:3.9-slim
 python:3.9-slim-bookworm
 python:3.9-slim-trixie
 python:3.9-trixie
-python:3.9.24
-python:3.9.24-alpine
-python:3.9.24-alpine3.21
-python:3.9.24-alpine3.22
-python:3.9.24-bookworm
-python:3.9.24-slim
-python:3.9.24-slim-bookworm
-python:3.9.24-slim-trixie
-python:3.9.24-trixie
+python:3.9.25
+python:3.9.25-alpine
+python:3.9.25-alpine3.21
+python:3.9.25-alpine3.22
+python:3.9.25-bookworm
+python:3.9.25-slim
+python:3.9.25-slim-bookworm
+python:3.9.25-slim-trixie
+python:3.9.25-trixie
 python:3.10
 python:3.10-alpine
 python:3.10-alpine3.21
diff --git a/python_3.9-alpine/Dockerfile b/python_3.9-alpine/Dockerfile
index c0a72de..0d3cd33 100644
--- a/python_3.9-alpine/Dockerfile
+++ b/python_3.9-alpine/Dockerfile
@@ -22,8 +22,8 @@ RUN set -eux; \
 	;
 
 ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
-ENV PYTHON_VERSION 3.9.24
-ENV PYTHON_SHA256 668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a
+ENV PYTHON_VERSION 3.9.25
+ENV PYTHON_SHA256 00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c91834
 
 RUN set -eux; \
 	\
diff --git a/python_3.9-alpine3.21/Dockerfile b/python_3.9-alpine3.21/Dockerfile
index 397b93b..6b848aa 100644
--- a/python_3.9-alpine3.21/Dockerfile
+++ b/python_3.9-alpine3.21/Dockerfile
@@ -22,8 +22,8 @@ RUN set -eux; \
 	;
 
 ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
-ENV PYTHON_VERSION 3.9.24
-ENV PYTHON_SHA256 668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a
+ENV PYTHON_VERSION 3.9.25
+ENV PYTHON_SHA256 00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c91834
 
 RUN set -eux; \
 	\
diff --git a/python_3.9-bookworm/Dockerfile b/python_3.9-bookworm/Dockerfile
index 33d6c53..5cc86d0 100644
--- a/python_3.9-bookworm/Dockerfile
+++ b/python_3.9-bookworm/Dockerfile
@@ -25,8 +25,8 @@ RUN set -eux; \
 	rm -rf /var/lib/apt/lists/*
 
 ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
-ENV PYTHON_VERSION 3.9.24
-ENV PYTHON_SHA256 668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a
+ENV PYTHON_VERSION 3.9.25
+ENV PYTHON_SHA256 00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c91834
 
 RUN set -eux; \
 	\
diff --git a/python_3.9-slim-bookworm/Dockerfile b/python_3.9-slim-bookworm/Dockerfile
index 01649c2..189f6b2 100644
--- a/python_3.9-slim-bookworm/Dockerfile
+++ b/python_3.9-slim-bookworm/Dockerfile
@@ -25,8 +25,8 @@ RUN set -eux; \
 	rm -rf /var/lib/apt/lists/*
 
 ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
-ENV PYTHON_VERSION 3.9.24
-ENV PYTHON_SHA256 668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a
+ENV PYTHON_VERSION 3.9.25
+ENV PYTHON_SHA256 00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c91834
 
 RUN set -eux; \
 	\
diff --git a/python_3.9-slim/Dockerfile b/python_3.9-slim/Dockerfile
index ddf9a72..2eac0a2 100644
--- a/python_3.9-slim/Dockerfile
+++ b/python_3.9-slim/Dockerfile
@@ -25,8 +25,8 @@ RUN set -eux; \
 	apt-get dist-clean
 
 ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
-ENV PYTHON_VERSION 3.9.24
-ENV PYTHON_SHA256 668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a
+ENV PYTHON_VERSION 3.9.25
+ENV PYTHON_SHA256 00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c91834
 
 RUN set -eux; \
 	\
diff --git a/python_3.9-trixie/Dockerfile b/python_3.9-trixie/Dockerfile
index 34e6ff6..a4d40bd 100644
--- a/python_3.9-trixie/Dockerfile
+++ b/python_3.9-trixie/Dockerfile
@@ -25,8 +25,8 @@ RUN set -eux; \
 	apt-get dist-clean
 
 ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568
-ENV PYTHON_VERSION 3.9.24
-ENV PYTHON_SHA256 668391afabd5083faafa4543753d190f82f33ce6ba22d6e9ac728b43644b278a
+ENV PYTHON_VERSION 3.9.25
+ENV PYTHON_SHA256 00e07d7c0f2f0cc002432d1ee84d2a40dae404a99303e3f97701c10966c91834
 
 RUN set -eux; \
 	\

Relevant Maintainers:

@tianon
Copy link
Member

tianon commented Oct 31, 2025

This should be the final 3.9 release; it is end of life now: https://devguide.python.org/versions/

Additionally confirmed via https://www.python.org/downloads/ 💪

end of life, last release was 3.9.25

@tianon tianon merged commit 417bca9 into docker-library:master Oct 31, 2025
53 checks passed
@tianon tianon deleted the python branch October 31, 2025 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants