fix(cicd): fixing python version

This commit is contained in:
Sebastian Rust
2026-02-05 18:36:39 +01:00
parent c83c966a29
commit 475b963b70

View File

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