Skip to content

Commit

Permalink
BLD: Fix build_wheel.yml (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng authored Jul 2, 2024
1 parent 76f9ba9 commit 19ba1c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19ba1c6

Please sign in to comment.