change python version in workflow
Some checks failed
Gitea Actions Demo / compile-html (push) Failing after 1m31s

This commit is contained in:
vitrinekast 2025-01-07 11:53:38 +01:00
parent ddeab36416
commit 67685a3d9c

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.9.6"
python-version: "3.13.1"
- name: Install dependencies
run: |