Skip to content

Commit

Permalink
try manylinux builds without overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
mannyOaks committed Jan 9, 2025
1 parent 3d02235 commit 988a683
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 988a683

Please sign in to comment.