From 64ea88ebb4cd9bf86fc6439225c64bf8b291edd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Sat, 21 Dec 2024 14:55:22 +0000 Subject: [PATCH] Bump devcontainer to Python3.13 --- .devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index 3e88848..3a2ef7b 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,6 @@ { "name": "dev-weatherlink", - "image": "mcr.microsoft.com/devcontainers/python:1-3.12", + "image": "mcr.microsoft.com/devcontainers/python:1-3.13", "postCreateCommand": "scripts/setup", "appPort": [ "9126:8123" @@ -41,7 +41,7 @@ "[markdown]": { "files.trimTrailingWhitespace": false }, - "terminal.integrated.defaultProfile.linux": "zsh" + "terminal.integrated.defaultProfile.linux": "zsh" } } },