From 35d539d0ce1423d4da9d4ad2d819663a8d30fa60 Mon Sep 17 00:00:00 2001 From: SavioNYJC Date: Fri, 15 May 2026 06:16:55 +0000 Subject: [PATCH] feat: update python versioning in devcontainer to 3.12 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f6e131c..0647e03 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "name": "Python Flask DevContainer", - "image": "mcr.microsoft.com/devcontainers/python:3.11", + "image": "mcr.microsoft.com/devcontainers/python:3.12", "customizations": { "vscode": { "settings": {