We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a1ccc commit 5bb4a29Copy full SHA for 5bb4a29
pyproject.toml
@@ -1,5 +1,6 @@
1
[build-system]
2
-requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"]
+requires = ["scikit-build-core >=0.4.3",
3
+ "nanobind @ git+https://github.com/wjakob/nanobind@master"]
4
build-backend = "scikit_build_core.build"
5
6
[project]
@@ -40,6 +41,9 @@ test-requires = "pytest"
40
41
# Don't test Python 3.8 wheels on macOS/arm64
42
test-skip="cp38-macosx_*:arm64"
43
44
+[tool.cibuildwheel.windows]
45
+archs = ["x86", "AMD64", "ARM64"]
46
+
47
# Needed for full C++17 support
48
[tool.cibuildwheel.macos.environment]
49
MACOSX_DEPLOYMENT_TARGET = "10.14"
0 commit comments