Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 1 addition & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ jobs:
- [windows-2022, win_amd64, ""]
- [windows-2022, win32, ""]
- [windows-11-arm, win_arm64, ""]
python: ["cp312", "cp313", "cp313t", "cp314", "cp314t"]
python: ["cp312", "cp313", "cp314", "cp314t"]
exclude:
- buildplat: [ macos-15-intel, macosx_x86_64, openblas ]
python: "cp313t"
- buildplat: [ macos-15-intel, macosx_x86_64, openblas ]
python: "cp314t"
include:
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skip = ["*_i686", "*_ppc64le", "*_s390x", "*_universal2"]
before-build = "bash {project}/tools/wheels/cibw_before_build.sh {project}"
before-test = "pip install -r {project}/requirements/wheel_test_requirements.txt"
test-command = "bash {project}/tools/wheels/cibw_test_command.sh {project}"
enable = ["cpython-freethreading", "pypy", "cpython-prerelease"]
enable = ["pypy", "cpython-prerelease"]
Comment thread
rgommers marked this conversation as resolved.
Outdated

# The build will use openblas64 everywhere, except on arm64 macOS >=14.0 (uses Accelerate)
[tool.cibuildwheel.config-settings]
Expand Down