From ff8ba318a26ccc58d0e98c77cc730ee53b67001f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 6 Nov 2020 23:27:16 +1100 Subject: [PATCH] Updated to Python 3.9 --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 68c434ab9..e9ca07b13 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -39,7 +39,7 @@ jobs: submodules: true - uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Build Wheel run: .github/workflows/build.sh - uses: actions/upload-artifact@v2 @@ -80,7 +80,7 @@ jobs: submodules: true - uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 - name: Build Wheel run: .github/workflows/build.sh - uses: actions/upload-artifact@v2