File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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'"
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
You can’t perform that action at this time.
0 commit comments