Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 5, 2024
1 parent 2b8c41f commit 61c84fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: matrix.os == 'macos-13'
env:
# Disable building for PyPy and 32bit.
MACOSX_DEPLOYMENT_TARGET: 10.13
MACOSX_DEPLOYMENT_TARGET: 13
CIBW_BUILD: cp311-*
CIBW_SKIP: pp*
#CIBW_TEST_REQUIRES: scipy sympy
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Build wheels
if: matrix.os != 'macos-13'
env:
MACOSX_DEPLOYMENT_TARGET: 10.14
MACOSX_DEPLOYMENT_TARGET: 14
# Disable building for PyPy and 32bit.
CIBW_BUILD: cp311-*
CIBW_SKIP: pp* *-win32 *-manylinux_i686 *musllinux*
Expand Down

0 comments on commit 61c84fa

Please sign in to comment.