Skip to content

Commit 862b9cb

Browse files
art049claude
andcommitted
ci: pin cibuildwheel to a main commit with CPython 3.15 support
v3.4.1 does not yet include cp315 in its bundled build-platforms.toml, so the cpython-prerelease enable flag has nothing to act on. Pin to commit ec0977e (post-#2833 "add CPython 3.15 beta 1") to unblock cp315 / cp315t wheel builds. Drop the pin back to a tagged release once cibuildwheel ships 3.15 metadata. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8e83a20 commit 862b9cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
with:
2929
submodules: true
3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v3.4.1
31+
# Pinned to main past v3.4.1 for CPython 3.15 beta support (PR #2833).
32+
# Revisit once the next tagged release ships 3.15 metadata.
33+
uses: pypa/cibuildwheel@ec0977e5f64e2ec8c1276eea62083c103613b756
3234
env:
3335
CIBW_ARCHS: ${{ matrix.platform.arch }}
3436
with:

0 commit comments

Comments
 (0)