Skip to content

Commit

Permalink
Remove SYSTEM_VERSION_COMPAT setting. (#32)
Browse files Browse the repository at this point in the history
To install the wheel on python built with older Mac SDK (e.g. python installed via conda), use

    SYSTEM_VERSION_COMPAT=0 pip install lagrange-open
  • Loading branch information
qnzhou committed Apr 11, 2024
1 parent 04ca90a commit 930f894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
CIBW_TEST_REQUIRES: pytest
MACOSX_DEPLOYMENT_TARGET: 11.00
CIBW_BUILD_VERBOSITY: 2
SYSTEM_VERSION_COMPAT: 1

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 930f894

Please sign in to comment.