CI: Update actions/setup-python and start using Python 3.10

This commit is contained in:
Christoph Reiter
2022-08-05 21:36:28 +02:00
parent f31516db10
commit b3369ca489
2 changed files with 4 additions and 4 deletions

View File

@@ -18,9 +18,9 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- uses: msys2/setup-msys2@v2
with:

View File

@@ -48,9 +48,9 @@ jobs:
persist-credentials: false
# to match the autobuild environment
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
architecture: 'x64'
- uses: msys2/setup-msys2@v2