Skip to content

Commit 251a83f

Browse files
Bump pypa/cibuildwheel from 3.0.1 to 3.1.3 (#555)
* Bump pypa/cibuildwheel from 3.0.1 to 3.1.3 Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 3.0.1 to 3.1.3. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v3.0.1...v3.1.3) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * skip py314 for now * also explicitly skip free-threading for now (enabled by default starting with py314) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent bbd28d9 commit 251a83f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
BUILDKIT_PROGRESS: plain
147147

148148
- name: Build wheels
149-
uses: pypa/cibuildwheel@v3.0.1
149+
uses: pypa/cibuildwheel@v3.1.3
150150

151151
- uses: actions/upload-artifact@v4
152152
with:
@@ -229,7 +229,7 @@ jobs:
229229
path: ${{ matrix.vcpkg_logs }}
230230

231231
- name: Build wheels
232-
uses: pypa/cibuildwheel@v3.0.1
232+
uses: pypa/cibuildwheel@v3.1.3
233233
env:
234234
# CIBW needs to know triplet for the correct install path
235235
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Home = "https://pyogrio.readthedocs.io/"
4141
Repository = "https://github.com/geopandas/pyogrio"
4242

4343
[tool.cibuildwheel]
44-
skip = ["pp*", "*musllinux*"]
44+
skip = ["*musllinux*", "cp314-*", "cp31?t-*"]
4545
archs = ["auto64"]
4646
manylinux-x86_64-image = "manylinux-x86_64-vcpkg-gdal:latest"
4747
manylinux-aarch64-image = "manylinux-aarch64-vcpkg-gdal:latest"

0 commit comments

Comments
 (0)