Skip to content

Commit

Permalink
add cibuildwheels config to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 3, 2024
1 parent 5158c09 commit 13904ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,17 @@ ignore = [

[tool.ruff.isort]
combine-as-imports = true


[tool.cibuildwheel]
build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
build-verbosity = 1

[tool.cibuildwheel.linux]
archs = "x86_64"

[tool.cibuildwheel.macos]
archs = "auto"

[tool.cibuildwheel.windows]
archs = "auto64"

0 comments on commit 13904ba

Please sign in to comment.