switch to python 3.12

This commit is contained in:
Michael Mäder
2025-03-10 09:10:13 +01:00
parent ec709475c0
commit aeb8ec5096

View File

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