CI: Python 3.10 -> 3.11

looks like all dependencies have wheels for 3.11 now
This commit is contained in:
Christoph Reiter
2023-05-27 08:53:31 +02:00
parent f78c47f441
commit 6d6d83ea3e
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'requirements.txt'
@@ -123,7 +123,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'requirements.txt'
# Note that ARM64 prior to Win11 requires x86, but this will install x64

View File

@@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'requirements.txt'