Merge pull request #343 from radarhere/python311

This commit is contained in:
Hugo van Kemenade 2022-11-18 13:39:57 +02:00 committed by GitHub
commit 865e4b5b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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