CI: use Python 3.11
This commit is contained in:
parent
6af42267da
commit
46f3ed1e9b
2
.github/workflows/generate-srcinfo.yml
vendored
2
.github/workflows/generate-srcinfo.yml
vendored
@ -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: |
|
||||
|
||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user