chore: update Python version to 3.13 in workflow files

This commit is contained in:
Lorenzo Venerandi
2026-03-01 21:52:39 +01:00
parent e1c1b4d953
commit 2e075f03f4
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
cache: 'pip'
- name: Install dependencies

View File

@@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.13'
cache: 'pip'
- name: Install dependencies