Skip to content

Commit f7282da

Browse files
committed
Add wheel for Windows ARM64
1 parent 8135d81 commit f7282da

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_default.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
cibw_archs: "auto"
4747
- os: windows-2022
4848
cibw_archs: "auto64"
49+
- os: windows-11-arm
50+
cibw_archs: "ARM64"
4951
# Include macos-15-intel to get Intel x86_64 macs and macos-latest to get the Aaarch64 macs
5052
- os: macos-15-intel
5153
cibw_archs: "x86_64"

cibuildwheel.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tool.cibuildwheel]
22
build = "cp3*"
3-
skip = ["cp313t-*", "cp314t-*", "*-win32", "*-manylinux_i686", "*-musllinux_*"]
3+
# Numpy and Scipy are not available on Python 3.9/3.10 for Windows ARM64
4+
skip = ["cp313t-*", "cp314t-*", "*-win32", "*-manylinux_i686", "*-musllinux_*", "cp39-win_arm64", "cp310-win_arm64"]
45
build-verbosity = 1
56
before-build = "rm -rf {package}/osqp_sources/build"
67
# Install CPU-only version of torch beforehand since that allows cibuildwheel

0 commit comments

Comments
 (0)