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. diff --git a/src/python/devcontainer-template.json b/src/python/devcontainer-template.json index 8496b57f..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", @@ -24,14 +24,12 @@ "3.12-bookworm", "3.11-bookworm", "3.10-bookworm", - "3.9-bookworm", "3-bullseye", "3.14-bullseye", "3.13-bullseye", "3.12-bullseye", "3.11-bullseye", - "3.10-bullseye", - "3.9-bullseye" + "3.10-bullseye" ], "default": "3.14-trixie" }