Skip to content

Commit 4b6bb8b

Browse files
committed
exp: try cibuildwheel with patched dependencies for Python 3.14
1 parent fa9629b commit 4b6bb8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
echo "Setting CIBW_SKIP=$CIBW_SKIP"
5656
5757
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
58-
uses: pypa/cibuildwheel@v3.2.0
58+
uses: pypa/cibuildwheel@871efba40986882c4f60874bd92bfb24c4410357 # https://github.com/pypa/cibuildwheel/pull/2614
5959
env:
6060
CIBW_SKIP: ${{ env.CIBW_SKIP }}
6161
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)