Use latest stable Python version

This commit is contained in:
Andrew Murray 2022-11-18 19:29:54 +11:00
parent 7419863b68
commit 0902854855
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"
- name: Build Wheel
run: .github/workflows/build.sh
- uses: actions/upload-artifact@v3

View File

@ -41,7 +41,7 @@ jobs:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.x"
- name: Build Wheel
run: .github/workflows/build.sh
- uses: actions/upload-artifact@v3