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.