ci: fix python version
Some checks failed
Build Python Package / build (push) Failing after 5s

This commit is contained in:
2025-02-04 01:36:31 +01:00
parent fe33210cde
commit 84f07a5284
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.13"
python-version: "3.13.1"
- name: Run setup script
run: .gitea/scripts/setup-poetry.sh

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.13"
python-version: "3.13.1"
- name: Run setup script
run: .gitea/scripts/setup-poetry.sh