From daf8aebd76cb80f1ed353e6b5467840f6d909cc8 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 16 Jan 2023 16:40:46 +0100 Subject: [PATCH] Adding python 3.8 for M1 (#1147) --- .github/workflows/python-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index b73c7b7c..da08e3b3 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -122,7 +122,7 @@ jobs: runs-on: macos-arm64 strategy: matrix: - python: ["3.9.13", "3.10.6", "3.11.1"] + python: ["3.8.16", "3.9.13", "3.10.6", "3.11.1"] steps: - name: Checkout repository uses: actions/checkout@v2