From 1437f32b56a30dbbfd8d1baf4b13b7a8e516ba67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Thu, 15 Aug 2024 16:46:40 -0600 Subject: [PATCH] Update to latest cibuildwheel --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c7600c5..c5075a32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: run: | brew install gnu-sed libtool autoconf automake - - uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2 + - uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0 env: CIBW_BUILD_VERBOSITY: 1 CIBW_BUILD: ${{ matrix.cibw_python }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c35d13c9..720b3cef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -68,7 +68,7 @@ jobs: make test - name: Test (debug build) - # XXX Re-enable 3.12 once we migrate to Cython 3 + # XXX Enable 3.12 and 3.13 once we migrate to Cython 3 if: steps.release.outputs.version == 0 && matrix.python-version != '3.12' && matrix.python-version != '3.13' run: | make distclean && make debug && make test