Skip to content

Commit

Permalink
fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
KinoxKlark committed Oct 31, 2021
1 parent 067c9fd commit d8bedcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 1,15 @@
[tool.cibuildwheel]

skip = "cp310-*"

build-verbosity = 1

test-command = ["cd {package}", "py.test -v --color=yes"]
before-test = "python -m pip install -r doc/requirements-test.txt"

[tool.cibuildwheel.macos]
environment = { LC_ALL="en_US.UTF-8", LANG="en_US.UTF-8" }

[build-system]
requires = [
"Cython>=0.24,<0.30",
Expand Down

0 comments on commit d8bedcc

Please sign in to comment.