From 898cc7c7aab1f21c6a0d6a02b4c185b54f78bd5b Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 3 Oct 2023 16:00:16 +0000 Subject: [PATCH] [Templates] Support python 3.12.0 --- src/python/devcontainer-template.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/python/devcontainer-template.json b/src/python/devcontainer-template.json index 42518e2f..1fa3e2a1 100644 --- a/src/python/devcontainer-template.json +++ b/src/python/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "2.0.1", + "version": "3.0.0", "name": "Python 3", "description": "Develop Python 3 applications.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/python", @@ -12,22 +12,25 @@ "description": "Python version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon):", "proposals": [ "3-bookworm", + "3.12-bookworm", "3.11-bookworm", "3.10-bookworm", "3.9-bookworm", "3.8-bookworm", "3-bullseye", + "3.12-bullseye", "3.11-bullseye", "3.10-bullseye", "3.9-bullseye", "3.8-bullseye", "3-buster", + "3.12-buster", "3.11-buster", "3.10-buster", "3.9-buster", "3.8-buster" ], - "default": "3.11-bullseye" + "default": "3.12-bullseye" } }, "platforms": [