ci.github: bump Python version

This commit is contained in:
bastimeyer 2023-09-08 01:19:12 +02:00 committed by Sebastian Meyer
parent 02bd13111e
commit 91db5dc3ce
1 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ jobs:
run: git fetch --depth=300 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
./script/install-dependencies.sh
@ -96,7 +96,7 @@ jobs:
run: git fetch --depth=300 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
./script/install-dependencies.sh
@ -124,7 +124,7 @@ jobs:
run: git fetch --depth=300 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: |
./script/install-dependencies.sh