Skip to content

Commit

Permalink
build wheels for macOS 10.14 for now (#383)
Browse files Browse the repository at this point in the history
Chia-Network/chia-blockchain#16047 (review)

Co-authored-by: Earle Lowe <e.lowe@chia.net>
  • Loading branch information
altendky and emlowe committed Aug 16, 2023
1 parent dd5bcd7 commit 08b7b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ else
fi
'''
before-build = "python -m pip install --upgrade pip"
environment = {MACOSX_DEPLOYMENT_TARGET="11", SYSTEM_VERSION_COMPAT=0, CP_USE_GREEN_REAPER=1}
environment = {MACOSX_DEPLOYMENT_TARGET="10.14", SYSTEM_VERSION_COMPAT=0, CP_USE_GREEN_REAPER=1}

[tool.cibuildwheel.windows]
build-verbosity = 1
environment = "CP_USE_GREEN_REAPER=1"
environment = "CP_USE_GREEN_REAPER=1"

0 comments on commit 08b7b95

Please sign in to comment.