File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4242 include :
4343 - os : ubuntu-latest
4444 cibw_archs : " x86_64"
45+ - os : ubuntu-24.04-arm
46+ cibw_archs : " auto"
4547 - os : windows-2022
4648 cibw_archs : " auto64"
4749 # Include macos-13 to get Intel x86_64 macs and maos-latest to get the Aaarch64 macs
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ before-build = "rm -rf {package}/osqp_sources/build"
99before-test = " pip install torch --index-url https://download.pytorch.org/whl/cpu"
1010test-groups = [" test" ]
1111test-command = " python -m pytest -s {project}/src/osqp/tests"
12+ # 09/10/25 - Skip testing on cp313-manylinux_aarch64 because torch/numpy deps are unsatisfiable
13+ test-skip = " cp313-manylinux_aarch64"
1214
1315[tool .cibuildwheel .macos ]
1416# 02/13/25 - Skip testing on cp313-macosx_x86_64 because torch/numpy deps are unsatisfiable
You can’t perform that action at this time.
0 commit comments