Skip to content

Commit

Permalink
Merge pull request #198 from mannyOaks/master
Browse files Browse the repository at this point in the history
try manylinux builds without overrides
  • Loading branch information
christoph2 authored Jan 10, 2025
2 parents 3d02235 + 988a683 commit 47fa6f1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,6 @@ archs = ["x86_64", "universal2", "arm64"]
[tool.cibuildwheel.windows]
archs = ["AMD64"] # , "ARM64"

[[tool.cibuildwheel.overrides]]
select = "cp39-*"
manylinux-x86_64-image = "manylinux_2_34"
manylinux-aarch64-image = "manylinux_2_34"

[[tool.cibuildwheel.overrides]]
select = "cp3?-*"
manylinux-x86_64-image = "manylinux_2_35"
manylinux-aarch64-image = "manylinux_2_35"

[tool.cibuildwheel.linux]
# archs = ["auto", "aarch64"]
archs = ["x86_64", "aarch64"]
Expand Down

0 comments on commit 47fa6f1

Please sign in to comment.