Skip to content

Commit c364ae5

Browse files
committed
update MACOSX_DEPLOYMENT_TARGET to the nanobind minimum, since cibuildwheel seems to override it anyway
1 parent 7519970 commit c364ae5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/cibuildwheel_config.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ repair-wheel-command = "auditwheel repair --exclude libEGL.so.1 -w {dest_dir} {w
1414
[tool.cibuildwheel.environment.linux]
1515
CMAKE_ARGS = "DPOLYSCOPE_BACKEND_OPENGL3_EGL=ON"
1616

17-
# Required by nanobind for C++17. Technically it should be 10.14
18-
# for full support, but this seems to work and gets us somewhat older
19-
# compatibility.
17+
# Required by nanobind for C++17.
2018
# There is a matching setting in pyproject.toml
2119
# https://cibuildwheel.pypa.io/en/stable/cpp_standards/#macos-and-deployment-target-versions
2220
[tool.cibuildwheel.macos.environment]
23-
MACOSX_DEPLOYMENT_TARGET = "10.13"
21+
MACOSX_DEPLOYMENT_TARGET = "10.14"
2422

2523
# musllinux builds on an Alpinx Linux image, need different package names
2624
[[tool.cibuildwheel.overrides]]

0 commit comments

Comments
 (0)