From 61c84fa7c365ea0e9a59634c42c668e3cbe13b39 Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Wed, 5 Jun 2024 20:58:40 +0100 Subject: [PATCH] update --- .github/workflows/build_wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 95557955..6003e6bb 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -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 @@ -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*