File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,11 @@ repair-wheel-command = "auditwheel repair --exclude libEGL.so.1 -w {dest_dir} {w
1414[tool .cibuildwheel .environment .linux ]
1515CMAKE_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 ]]
You can’t perform that action at this time.
0 commit comments