diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c4f709d..3742c7c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: BUILDKIT_PROGRESS: plain - name: Build wheels - uses: pypa/cibuildwheel@v3.0.1 + uses: pypa/cibuildwheel@v3.1.3 - uses: actions/upload-artifact@v4 with: @@ -229,7 +229,7 @@ jobs: path: ${{ matrix.vcpkg_logs }} - name: Build wheels - uses: pypa/cibuildwheel@v3.0.1 + uses: pypa/cibuildwheel@v3.1.3 env: # CIBW needs to know triplet for the correct install path VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }} diff --git a/pyproject.toml b/pyproject.toml index d4d1640b..6dabe53e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ Home = "https://pyogrio.readthedocs.io/" Repository = "https://github.com/geopandas/pyogrio" [tool.cibuildwheel] -skip = ["pp*", "*musllinux*"] +skip = ["*musllinux*", "cp314-*", "cp31?t-*"] archs = ["auto64"] manylinux-x86_64-image = "manylinux-x86_64-vcpkg-gdal:latest" manylinux-aarch64-image = "manylinux-aarch64-vcpkg-gdal:latest"