Skip to content

Commit 9d93787

Browse files
committed
Enable Python 3.15 wheels
1 parent 24b65c5 commit 9d93787

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,15 @@ jobs:
167167
name: sdist-license
168168
path: dist/
169169

170+
- name: Build wheels for CPython 3.15
171+
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
172+
with:
173+
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
174+
env:
175+
CIBW_BUILD: "cp315-* cp315t-*"
176+
CIBW_ARCHS: ${{ matrix.cibw_archs }}
177+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
178+
170179
- name: Build wheels for CPython 3.14
171180
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
172181
with:

0 commit comments

Comments
 (0)