From 19ba1c6cac78848cb3fc4de3c5936007c5918407 Mon Sep 17 00:00:00 2001 From: Weizheng Lu Date: Tue, 2 Jul 2024 10:42:11 +0800 Subject: [PATCH] BLD: Fix build_wheel.yml (#90) --- .github/workflows/build-wheel.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-wheel.yaml b/.github/workflows/build-wheel.yaml index 5c56877..16f0ac3 100644 --- a/.github/workflows/build-wheel.yaml +++ b/.github/workflows/build-wheel.yaml @@ -37,7 +37,13 @@ jobs: requires-python: ">=3.11,<3.12" - os: macos-latest arch: arm64 - requires-python: ">=3.9,<3.12" + requires-python: ">=3.9,<3.10" + - os: macos-latest + arch: arm64 + requires-python: ">=3.10,<3.11" + - os: macos-latest + arch: arm64 + requires-python: ">=3.11,<3.12" steps: - uses: actions/checkout@v3