From a95a0d1325914c36457ba621a7a1c66a23fa1da2 Mon Sep 17 00:00:00 2001 From: scito Date: Mon, 31 Oct 2022 22:11:55 +0100 Subject: [PATCH] upgrade devcontainer to Python 3.11 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ef364a3..065c0f3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "context": "..", //Update 'VARIANT' to pick a Python version: 3, 3.10, ... "args": { - "VARIANT": "3.10" + "VARIANT": "3.11" } }, // Add the IDs of extensions you want installed when the container is created.