revert to python 3.13 for github actions

This commit is contained in:
Stefan Allius
2025-10-09 21:40:42 +02:00
parent 29c453ddc2
commit cdf1b5652e

View File

@@ -40,7 +40,7 @@ jobs:
- name: Set up Python 3.13 - name: Set up Python 3.13
uses: actions/setup-python@v6 uses: actions/setup-python@v6
with: with:
python-version: "3.14" python-version: "3.13"
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip