Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel, windows-11-arm]
python: [cp310, cp311, cp312, cp313, cp314, cp314t]
python: [cp315, cp315t]
python_impl: [Python]
include:
- python: cp313
Expand All @@ -33,8 +33,9 @@ jobs:
- os: windows-11-arm
python: cp312
env:
BUILD_COMMIT: "v0.15.0" # or a specific version, e.g., v0.13.1
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
CIBW_BUILD: ${{ matrix.python }}-*
CIBW_ENABLE: cpython-prerelease
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_MACOS: native
# No support for musl or Win32 for 3.10+
Expand Down
Loading