Use Python 3.10 for setup-python

This commit is contained in:
Andrew Murray 2022-03-24 09:46:56 +11:00
parent 6d60fc5926
commit 80f1a3c9bb

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