Update .gitlab-ci.yml file

This commit is contained in:
Simon Little 2026-04-03 22:55:46 +00:00
parent 3e0126e2a9
commit fd9dfe0221

View file

@ -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.