From 3287e2cbf694f8f80b7bc01ba0ed35f54109121a Mon Sep 17 00:00:00 2001 From: myztillx Date: Fri, 17 Nov 2023 08:49:28 -0500 Subject: [PATCH] Bump to python 3.11 container --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 9fda616..a4cc135 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "ludeeus/integration_blueprint", - "image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10-bullseye", + "image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.11-bullseye", "postCreateCommand": "scripts/setup", "forwardPorts": [ 8123