Skip to content

Commit 6e37934

Browse files
try lowing min python version for macos wheels. try build for 10.14.
1 parent b85552a commit 6e37934

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: [ '3.7', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
21-
env:
22-
MACOSX_DEPLOYMENT_TARGET: 10.14
2321
steps:
2422
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2523
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)