Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
MNT: simplify cibuildwheel configuration
  • Loading branch information
neutrinoceros committed Feb 10, 2026
commit 94b61e0cda0fb520ed5c78d6ccd19f196b6a8d4f
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
requires = ["setuptools"]

[tool.cibuildwheel]
project-requires-python = ">=3.9"
build-verbosity = 2
skip = [
# Unsupported versions:
"cp36*", "cp37*", "cp38*",
# These platforms are served with the generic Python wheel:
"pp*",
"gp*",
Expand Down
Loading