Skip to content

Commit 5316c3e

Browse files
committed
Bump cibuildwheel to 3.2.1
to support python 3.14
1 parent 961d7f8 commit 5316c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
architecture: arm64
3333
env:
3434
CIBW_BUILD: cp39-${{ matrix.platform_id }} cp310-${{ matrix.platform_id }} cp311-${{ matrix.platform_id }} cp312-${{ matrix.platform_id }} cp313-${{ matrix.platform_id }} cp314-${{ matrix.platform_id }}
35-
CIBW_SKIP: pp* cp36* cp37* cp38*
35+
CIBW_SKIP: pp* cp38*
3636
CIBW_BEFORE_BUILD_MACOS: "python packing/download_pango_macos.py ${{ matrix.architecture }}"
3737
CIBW_BEFORE_BUILD_WINDOWS: "python packing/download_dlls.py"
3838
CIBW_ENVIRONMENT_WINDOWS: "PKG_CONFIG_PATH='C:\\cibw\\vendor\\lib\\pkgconfig'"
@@ -60,7 +60,7 @@ jobs:
6060
cp packing/LICENSE.bin .
6161
6262
- name: Build wheels
63-
uses: pypa/cibuildwheel@v2.20.0
63+
uses: pypa/cibuildwheel@v3.2.1
6464
env:
6565
PKG_CONFIG_PATH: "C:\\cibw\\vendor\\lib\\pkgconfig"
6666

0 commit comments

Comments
 (0)