File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - name : Set up Python
1414 uses : actions/setup-python@v5
1515 with :
16- python-version : ' 3.10 '
16+ python-version : ' 3.11 '
1717
1818 - name : Install dependencies
1919 run : |
@@ -54,11 +54,11 @@ jobs:
5454 arch : ${{ matrix.msvc_arch }}
5555
5656 - name : Build wheels
57- uses : pypa/cibuildwheel@v2.23.2
57+ uses : pypa/cibuildwheel@v3.1.0
5858 env :
5959 CFLAGS : " -DCAIRO_WIN32_STATIC_BUILD=1"
6060 CIBW_BEFORE_BUILD : " python {package}/.ci/download-cairo-win32.py ${{ matrix.cairo_plat }}"
61- CIBW_BUILD : cp39-${{ matrix.platform_id }} cp310-${{ matrix.platform_id }} cp311-${{ matrix.platform_id }} cp312-${{ matrix.platform_id }} cp313-${{ matrix.platform_id }}
61+ 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 }}
6262 CIBW_TEST_REQUIRES : pytest==8.3.5
6363 CIBW_TEST_COMMAND : bash {package}/.ci/test-wheels.sh {package}
6464 CIBW_TEST_SKIP : " *-win_arm64"
You can’t perform that action at this time.
0 commit comments