pin python version of GHA to 3.13

This commit is contained in:
maxDorninger
2025-10-27 20:23:57 +01:00
parent f62394fdb7
commit 18c97c3526

View File

@@ -70,6 +70,8 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
python-version: '3.13'
- name: Install the project
run: uv sync --locked --all-extras --dev