CI: use Python 3.11

This commit is contained in:
Christoph Reiter 2023-05-30 17:39:49 +02:00
parent 6af42267da
commit 46f3ed1e9b
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-python@v4
id: setup-python
with:
python-version: '3.10'
python-version: '3.11'
- name: Install dependencies
run: |

View File

@ -42,7 +42,7 @@ jobs:
# to match the autobuild environment
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
architecture: 'x64'
- uses: msys2/setup-msys2@v2