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 1d472ea commit 8ad9bb6Copy full SHA for 8ad9bb6
pyproject.toml
@@ -130,6 +130,8 @@ before-all = "dnf install -y alsa-lib-devel pipewire-devel jack-audio-connection
130
131
[tool.cibuildwheel.macos]
132
archs = ["x86_64", "arm64"]
133
+# macOS 10.14+ required for C++17 aligned allocation used by nanobind
134
+environment = { MACOSX_DEPLOYMENT_TARGET = "10.14" }
135
136
[tool.cibuildwheel.windows]
137
archs = ["AMD64", "ARM64"]
0 commit comments