From 5ff2c5c1c1f44b542a0bd3b0feb7f46e3944e1cf Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 9 Jan 2025 01:44:27 -0800 Subject: [PATCH] Build Python 3.13 wheels --- .github/workflows/wheel.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 403c953..532df6e 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -24,7 +24,7 @@ jobs: - [macos-12, macosx_arm64] - [windows-2022, win_amd64] - [windows-2022, win32] - python: ["cp38", "cp39", "cp310", "cp311", "cp312", "pp39"] + python: ["cp38", "cp39", "cp310", "cp311", "cp312", "cp313", "pp39"] exclude: - buildplat: [windows-2022, win32] python: "pp39" @@ -55,7 +55,7 @@ jobs: - name: Build wheels for manylinux x86_64 if: ${{ matrix.buildplat[1] == 'manylinux_x86_64' }} - uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5 + uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0 env: CIBW_PRERELEASE_PYTHONS: True CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} @@ -64,7 +64,7 @@ jobs: - name: Build wheels for manylinux aarch64 if: ${{ matrix.buildplat[1] == 'manylinux_aarch64' }} - uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5 + uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0 env: CIBW_PRERELEASE_PYTHONS: True CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} @@ -73,7 +73,7 @@ jobs: - name: Build wheels for musllinux x86_64 if: ${{ matrix.buildplat[1] == 'musllinux_x86_64' }} - uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5 + uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0 env: CIBW_PRERELEASE_PYTHONS: True CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} @@ -82,7 +82,7 @@ jobs: - name: Build wheels for musllinux aarch64 if: ${{ matrix.buildplat[1] == 'musllinux_aarch64' }} - uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5 + uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0 env: CIBW_PRERELEASE_PYTHONS: True CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }} @@ -91,7 +91,7 @@ jobs: - name: Build wheels if: ${{ !contains(matrix.buildplat[1], 'linux') }} - uses: pypa/cibuildwheel@ce3fb7832089eb3e723a0a99cab7f3eaccf074fd # v2.16.5 + uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0 env: CIBW_PRERELEASE_PYTHONS: True CIBW_BUILD: ${{ matrix.python }}-${{ matrix.buildplat[1] }}