Skip to content

Commit

Permalink
ci: don't build PyPy Linux 32-bit wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jul 6, 2021
1 parent c92aa5f commit af98beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ ignore = [
test-extras = "test"
test-command = "pytest {project}/tests"
test-skip = ["pp*macos*", "pp*win*", "*universal2:arm64"]
skip = ["pp*-manylinux_i686"] # not supported by NumPy

0 comments on commit af98beb

Please sign in to comment.