Skip to content

Commit 242a546

Browse files
committed
configuring cibuildwheel
1 parent b0dde77 commit 242a546

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,8 @@ docstring-code-format = true
139139
# Set the line length limit used when formatting code snippets in
140140
# docstrings.
141141
docstring-code-line-length = "dynamic"
142+
143+
144+
[tool.cibuildwheel]
145+
# Skip building for PyPy, python 3.6/7/8 and 13t, and 32-bit platforms.
146+
skip = ["pp*", "cp36-*", "cp37-*", "cp38-*", "*-win32", "*-manylinux_i686"]

0 commit comments

Comments
 (0)