pyproject.toml 217 Bytes
Newer Older
yangzhong's avatar
yangzhong committed
1
2
3
4
5
6
7
[build-system]
requires = ["setuptools>=42", "wheel", "pybind11==2.11.1"]
build-backend = "setuptools.build_meta:__legacy__"

[tool.cibuildwheel]
environment = "CFLAGS='-std=c++14'"
build = "cp3{7,8,9,10,11,12,13}-*"