From 51f188fc11f9ec20994f6bff5a3ef87002ebb3ff Mon Sep 17 00:00:00 2001 From: Nathan Dunfield Date: Sun, 16 Jun 2024 15:59:34 -0500 Subject: [PATCH] try python 10 --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f28faedf..fc7b3839 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,6 +7,7 @@ jobs: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [macos-11, macos-13] @@ -27,7 +28,7 @@ jobs: python -m cibuildwheel --output-dir wheelhouse env: # Skip Python 2.7, 3.5, 3.11, 32 bit Linux, and PyPy - CIBW_BUILD: "cp312-*" + CIBW_BUILD: "cp310-*" CIBW_ARCHS_MACOS: x86_64 CIBW_BEFORE_BUILD: > pip install "cython<3.0" FXrays low_index sphinx sphinx_rtd_theme &&