Skip to content

Commit

Permalink
Use default wheel repair (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Moss authored Nov 8, 2024
1 parent 68b0119 commit 659b789
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ max-complexity = 20

[tool.cibuildwheel]
# While we test this facility we we will only build for 3.10
#build = ["cp310-*"]
build = ["cp39-*","cp310-*", "cp311-*", "cp312-*"]

# We do not build wheels for Python 3.6 or 3.7, or for 32-bit in either Linux or Windows
Expand Down Expand Up @@ -92,15 +91,10 @@ manylinux-pypy_aarch64-image = "manylinux_2_28"
[tool.cibuildwheel.linux]
archs = ["auto", "aarch64"]
build = ["cp310-*", "cp311-*", "cp312-*"]
repair-wheel-command = [
"auditwheel repair -w {dest_dir} {wheel} --exclude libarrow.so.1700 --exclude libarrow_python.so"
]

[tool.cibuildwheel.macos]
archs = ["arm64"]
#archs = ["x86_64"]
archs = ["arm64", "x86_64"]
environment = { CC="gcc-12", CXX="g++-12" }
repair-wheel-command = "delocate-wheel -vv --ignore-missing-dependencies --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"

[tool.cython-lint]
max-line-length = 120

0 comments on commit 659b789

Please sign in to comment.