From 2288df5604721d633646e39488407248e7688da2 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 4 Feb 2024 07:36:18 -0500 Subject: [PATCH] Upgrade Python from 3.9 to 3.10 GitHub Actions only offers Python 3.10+ bindists on AArch64 macOS runners. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 925fc4a..372d712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Install Python uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.10' - name: Install Python libraries run: |