Skip to content

Commit

Permalink
Do not build i686 wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 27, 2023
1 parent 21f336f commit 197c565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test-command = "pytest {project}/test"
test-extras = ["test"]

[tool.cibuildwheel.linux]
skip = ["pp37*", "cp36-*", "cp37-*"]
skip = ["pp37*", "cp36-*", "cp37-*", "*_i686"]
test-command = ""
before-all = [
"yum install -y git openssl-devel ruby",
Expand Down

0 comments on commit 197c565

Please sign in to comment.