From 5fa65c5353f16a9b3ff025f228b43e832e5b4ab7 Mon Sep 17 00:00:00 2001 From: sireeshajonnalagadda Date: Wed, 8 Oct 2025 07:16:41 +0000 Subject: [PATCH 1/3] EOL changes to python 3.9 --- src/python/devcontainer-template.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/python/devcontainer-template.json b/src/python/devcontainer-template.json index fba416b5..479b93d7 100644 --- a/src/python/devcontainer-template.json +++ b/src/python/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "4.1.0", + "version": "4.2.0", "name": "Python 3", "description": "Develop Python 3 applications.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/python", @@ -15,12 +15,10 @@ "3.12-bookworm", "3.11-bookworm", "3.10-bookworm", - "3.9-bookworm", "3-bullseye", "3.12-bullseye", "3.11-bullseye", - "3.10-bullseye", - "3.9-bullseye" + "3.10-bullseye" ], "default": "3.12-bullseye" } From d0cd9cc1ee3abc8ea11a7fc8e494beec2b4ae2f9 Mon Sep 17 00:00:00 2001 From: sireeshajonnalagadda Date: Mon, 8 Dec 2025 18:38:41 +0530 Subject: [PATCH 2/3] Update Python version from 5.0.0 to 6.0.0 --- src/python/devcontainer-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/devcontainer-template.json b/src/python/devcontainer-template.json index 79d0ff7d..595942ca 100644 --- a/src/python/devcontainer-template.json +++ b/src/python/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "5.0.0", + "version": "6.0.0", "name": "Python 3", "description": "Develop Python 3 applications.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/python", From c099fb8bbdc38dc81e68bdba18fb64983107e9ad Mon Sep 17 00:00:00 2001 From: sireeshajonnalagadda Date: Mon, 8 Dec 2025 13:23:24 +0000 Subject: [PATCH 3/3] Updated Readme --- src/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/README.md b/src/python/README.md index 8e3add14..5c2311a2 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -7,7 +7,7 @@ Develop Python 3 applications. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| imageVariant | Python version (use -trixie, -bookworm, or -bullseye variants on local arm64/Apple Silicon): | string | 3.13-trixie | +| imageVariant | Python version (use -trixie, -bookworm, or -bullseye variants on local arm64/Apple Silicon): | string | 3.14-trixie | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.