Skip to content

Commit

Permalink
More work on fixing CI issues
Browse files Browse the repository at this point in the history
MacOS builds for building Python wheels started to complain when running
the "delocate" step that libquadmath, libstdc++, and libgfortran have
minimum targets of 11.0, whereas the default was 10.9
  • Loading branch information
nbelakovski committed Jun 16, 2024
1 parent c6db730 commit bf0b1dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ skip = [
# As such we can compile but we cannot test, so we skip those.
"cp31*-manylinux_i686",
]

[tool.cibuildwheel.macos.environment]
MACOSX_DEPLOYMENT_TARGET = "11"

0 comments on commit bf0b1dd

Please sign in to comment.