From 0705ffc0889a1998d53009f82e6e902c241b1787 Mon Sep 17 00:00:00 2001 From: ChengjieLi Date: Mon, 28 Oct 2024 18:13:19 +0800 Subject: [PATCH] debug --- .github/workflows/build-wheel.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-wheel.yaml b/.github/workflows/build-wheel.yaml index 4a0f3552..5f093b7c 100644 --- a/.github/workflows/build-wheel.yaml +++ b/.github/workflows/build-wheel.yaml @@ -22,7 +22,7 @@ jobs: matrix: os: [ubuntu-latest, macos-13, windows-latest] arch: [auto] - requires-python: [">=3.9,<3.11", ">=3.11,<3.13"] + requires-python: [">=3.9,<3.10", ">=3.10,<3.11", ">=3.11,<3.12", ">=3.12,<3.13"] include: - os: ubuntu-latest arch: aarch64 @@ -50,10 +50,16 @@ jobs: requires-python: ">=3.12,<3.13" - os: macos-13 arch: arm64 - requires-python: ">=3.9,<3.11" + requires-python: ">=3.9,<3.10" + - os: macos-13 + arch: arm64 + requires-python: ">=3.10,<3.11" - os: macos-13 arch: arm64 - requires-python: ">=3.11,<3.13" + requires-python: ">=3.11,<3.12" + - os: macos-13 + arch: arm64 + requires-python: ">=3.12,<3.13" steps: - uses: actions/checkout@v3