From fd9dfe02216fe200e6121754621eb64fd1034df0 Mon Sep 17 00:00:00 2001 From: Simon Little Date: Fri, 3 Apr 2026 22:55:46 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6666be3..54bde98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ workflow: variables: UV_VERSION: "0.11.2" - PYTHON_VERSION: "3.12" + PYTHON_VERSION: "3.13" BASE_LAYER: trixie-slim # GitLab CI creates a separate mountpoint for the build directory, # so we need to copy instead of using hard links.