From 520a4abc40c1fe4c914638ea73b42f2bde09d8e9 Mon Sep 17 00:00:00 2001 From: Edmundo Gonzalez <51725820+edgonmsft@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:07:05 -0700 Subject: Python version 3.11 (#237) * Adding 3.11 option * Updating tests. --- src/python/devcontainer-feature.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index e75808a..f2d116e 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -11,6 +11,7 @@ "latest", "os-provided", "none", + "3.11", "3.10", "3.9", "3.8", -- cgit v1.2.3