Skip to content

Commit

Permalink
Fixed wheels for older versions of macOS (#687)
Browse files Browse the repository at this point in the history
fixes #686
fixes #685
  • Loading branch information
alex committed Nov 30, 2023
1 parent 1a41437 commit 1c3159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-builder.yml
Expand Up @@ -155,7 +155,7 @@ jobs:
venv/bin/python -m pip wheel -v $PY_LIMITED_API bcrypt*.tar.gz -w dist/ && mv dist/bcrypt*.whl wheelhouse
env:
PYTHON_VERSION: ${{ matrix.PYTHON.ABI_VERSION }}
DEPLOYMENT_TARGET: '10.12'
MACOSX_DEPLOYMENT_TARGET: '10.12'
ARCHFLAGS: '-arch arm64 -arch x86_64'
_PYTHON_HOST_PLATFORM: 'macosx-10.9-universal2'
- run: venv/bin/pip install -f wheelhouse --no-index bcrypt
Expand Down

0 comments on commit 1c3159a

Please sign in to comment.