Skip to content

Commit

Permalink
Set later deployment target.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jun 19, 2024
1 parent e193d46 commit e7664a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
cp310-*
cp311-*
cp312-*
CIBW_ENVIRONMENT: >-
MACOSX_DEPLOYMENT_TARGET=13.0
CIBW_TEST_COMMAND: pytest {project}/tests/unit
CIBW_TEST_REQUIRES: pytest

Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ def _cmake(session, build_type):
if IS_MACOS:
build_args.extend(
[
"-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=11.0",
"-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=13.0",
"-DCMAKE_OSX_ARCHITECTURES=arm64",
]
)
Expand Down

0 comments on commit e7664a6

Please sign in to comment.