From aeb8ec5096d6ca1af02efcf6dbc79e59c3802f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Ma=CC=88der?= Date: Mon, 10 Mar 2025 09:10:13 +0100 Subject: [PATCH] switch to python 3.12 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81081fc..8550206 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ build job: script: - cd src - apt-get update -qy - - apt-get install -y python3-dev python3-pip python3.10-venv + - apt-get install -y python3-dev python3-pip python3.12-venv - python3 -V - pip install pdm - pdm install