CI: move to Python 3.13

This commit is contained in:
Christoph Reiter
2025-03-07 12:06:20 +01:00
parent e2042058f1
commit d45f6720f4
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
cache: 'pip'
cache-dependency-path: 'requirements.txt'
@@ -134,7 +134,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
cache: 'pip'
cache-dependency-path: 'requirements.txt'
# Note that ARM64 prior to Win11 requires x86, but this will install x64

View File

@@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
cache: 'pip'
cache-dependency-path: 'requirements.txt'