try lowing min python version for macos wheels. try build for 10.14.
This commit is contained in:
parent
b85552a606
commit
6e37934266
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,8 +18,6 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version: [ '3.7', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
|
||||
env:
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.14
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Reference in a new issue