Skip to content

Commit 0559db9

Browse files
committed
update toml
1 parent 6ef63d2 commit 0559db9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ documentation = "https://rehline-python.readthedocs.io/en/latest/index.html"
2727
[tool.setuptools]
2828
py-modules = ["build"]
2929

30+
[tool.cibuildwheel]
31+
# Only build on CPython 3.6
32+
build = "cp*"
33+
3034
[build-system]
3135
requires = ["requests ~= 2.27.0", "pybind11 ~= 2.11.1", "setuptools >= 69.0.3", "wheel >= 0.42.0"]
3236
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)