1 parent 24b65c5 commit 9d93787Copy full SHA for 9d93787
1 file changed
.github/workflows/wheels.yml
@@ -167,6 +167,15 @@ jobs:
167
name: sdist-license
168
path: dist/
169
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
+
179
- name: Build wheels for CPython 3.14
180
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
181
with:
0 commit comments