Skip to content

Commit adc3dff

Browse files
committed
exp: try cibuildwheel with patched dependencies for Python 3.14
1 parent cf88bfb commit adc3dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)