fix(cicd): fix python version

This commit is contained in:
Sebastian Rust
2026-02-05 18:34:33 +01:00
parent 2ba126d013
commit c83c966a29

View File

@@ -18,7 +18,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.15'
cache: 'pip'
- name: Install dependencies