Merge pull request #268 from radarhere/python

Use Python 3.10 for setup-python
This commit is contained in:
Hugo van Kemenade 2022-03-24 07:32:23 +02:00 committed by GitHub
commit a0853faec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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