From a7bb7a1385cf7b4fb4caa796759ebe5962aa313b Mon Sep 17 00:00:00 2001 From: Daniel Obot Date: Thu, 9 Oct 2025 19:08:38 -0500 Subject: [PATCH] feat: added Python 3.14 to list of available containers --- src/python/devcontainer-template.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/python/devcontainer-template.json b/src/python/devcontainer-template.json index fba416b5..ad8ccdf1 100644 --- a/src/python/devcontainer-template.json +++ b/src/python/devcontainer-template.json @@ -12,11 +12,13 @@ "description": "Python version (use -bookworm, or -bullseye variants on local arm64/Apple Silicon):", "proposals": [ "3-bookworm", + "3.14-bookworm", "3.12-bookworm", "3.11-bookworm", "3.10-bookworm", "3.9-bookworm", "3-bullseye", + "3.14-bullseye", "3.12-bullseye", "3.11-bullseye", "3.10-bullseye",