Skip to content

Commit

Permalink
add cibuildwheel config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Jul 22, 2024
1 parent ce62a98 commit b7ca268
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ build-backend = "setuptools.build_meta"
target = "_fst"
path = "rust/Cargo.toml"
binding = "PyO3"

[tool.cibuildwheel]
environment = "PIP_ONLY_BINARY=:all:"
skip = "*_i686 pp* *musllinux* cp{31[!01],3[!01]?,[!3]*}-win32"
build-verbosity = 1
#test-requires = "pytest>=5.3.2 numpy Pillow>=7.0.0"
#test-command = "pytest {project}/test -vv"

0 comments on commit b7ca268

Please sign in to comment.