From 55d9dd2ec50f0ab9741c35cdcff848114b528551 Mon Sep 17 00:00:00 2001 From: Subliminal Guy <subliminal_kid@posteo.de> Date: Wed, 23 Apr 2025 12:56:26 +0200 Subject: [PATCH] Change Python Version --- devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer.json b/devcontainer.json index f334e39..cda76e8 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -1,3 +1,3 @@ { - "image": "mcr.microsoft.com/devcontainers/python:3.12" + "image": "mcr.microsoft.com/devcontainers/python:3.10" } \ No newline at end of file -- GitLab