From 4d5c0ea5279b0583bbbe028eeef52331c9b5adb2 Mon Sep 17 00:00:00 2001 From: Dennis Siemensma Date: Tue, 7 Jan 2025 18:54:02 +0100 Subject: [PATCH] Use Python 3.13 for local dev --- provisioning/container/Containerfile-dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/container/Containerfile-dev b/provisioning/container/Containerfile-dev index 9c01ae72..7b25c55a 100644 --- a/provisioning/container/Containerfile-dev +++ b/provisioning/container/Containerfile-dev @@ -2,7 +2,7 @@ # Containerfile for DSMR-reader DEVELOPMENT only, NEVER use in production! # ############################################################################ -ARG PYTHON_VERSION="3.12" +ARG PYTHON_VERSION="3.13" FROM python:${PYTHON_VERSION}-alpine AS local-dsmrreader-base WORKDIR /app