From 0902854855d4db8d1d1b6276f54ee5045be79117 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 18 Nov 2022 19:29:54 +1100 Subject: [PATCH] Use latest stable Python version --- .github/workflows/wheels-linux.yml | 2 +- .github/workflows/wheels-macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml index 671fbab3a..31878d829 100644 --- a/.github/workflows/wheels-linux.yml +++ b/.github/workflows/wheels-linux.yml @@ -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 diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index 65cda3415..4ea43fcff 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -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