Skip to content

Commit

Permalink
Skip pypy3.10 in cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 1, 2023
1 parent ad6a14a commit eec36c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ build-backend = "setuptools.build_meta"
test-command = "pytest {project}/test"
test-extras = ["test"]

# Skipping 3.12 for now because of
# https://github.com/numpy/numpy/issues/22623
# Skipping pypy 3.10 because there's no numpy wheel
[tool.cibuildwheel.linux]
skip = ["pp37*", "cp36-*", "cp37-*", "cp312-*"]
skip = ["pp37*", "cp36-*", "cp37-*", "cp312-*", "pp310-*"]
test-command = ""
before-all = [
"yum install -y git openssl-devel ruby",
Expand Down

0 comments on commit eec36c2

Please sign in to comment.