CI: Downgrade Python to 3.10 to fix Gitea runner compatibility

This commit is contained in:
2025-12-30 19:03:52 +01:00
parent 5927a8f697
commit 9da6e81470
3 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.10'
- name: Install Dependencies
run: |