Skip to content

Commit 1437f32

Browse files
Update to latest cibuildwheel
1 parent b25db34 commit 1437f32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: |
115115
brew install gnu-sed libtool autoconf automake
116116
117-
- uses: pypa/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
117+
- uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
118118
env:
119119
CIBW_BUILD_VERBOSITY: 1
120120
CIBW_BUILD: ${{ matrix.cibw_python }}

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
make test
6969
7070
- name: Test (debug build)
71-
# XXX Re-enable 3.12 once we migrate to Cython 3
71+
# XXX Enable 3.12 and 3.13 once we migrate to Cython 3
7272
if: steps.release.outputs.version == 0 && matrix.python-version != '3.12' && matrix.python-version != '3.13'
7373
run: |
7474
make distclean && make debug && make test

0 commit comments

Comments
 (0)