Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengjieLi28 committed Oct 28, 2024
1 parent 17d9484 commit 0705ffc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0705ffc

Please sign in to comment.