Skip to content

Commit 03fdee7

Browse files
committed
Remove deprecated python-freethreading option
Mirrors matplotlib/matplotlib#32022 Also 3.14 is no longer prerelease, so don't enable that option either
1 parent 6685abf commit 03fdee7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ jobs:
173173
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
174174
env:
175175
CIBW_BUILD: "cp314-* cp314t-*"
176-
CIBW_ENABLE: "cpython-freethreading cpython-prerelease"
177176
CIBW_ARCHS: ${{ matrix.cibw_archs }}
178177
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
179178

@@ -183,7 +182,6 @@ jobs:
183182
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
184183
env:
185184
CIBW_BUILD: "cp313-* cp313t-*"
186-
CIBW_ENABLE: cpython-freethreading
187185
CIBW_ARCHS: ${{ matrix.cibw_archs }}
188186

189187
- name: Build wheels for CPython 3.12

0 commit comments

Comments
 (0)