8000 ci: Enable building free-threading wheels on Windows · matplotlib/matplotlib@0cf28c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cf28c2

Browse files
committed
ci: Enable building free-threading wheels on Windows
NumPy should have those on the nightly channel, and they should be available in the next release.
1 parent 00720f8 commit 0cf28c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ jobs:
148148
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149149
env:
150150
CIBW_BUILD: "cp313-* cp313t-*"
151-
# No free-threading wheels for NumPy; musllinux skipped for main builds also.
152- 4829
CIBW_SKIP: "cp313t-win_amd64 *-musllinux_aarch64"
153151
CIBW_BUILD_FRONTEND:
154152
"pip; args: --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
155153
CIBW_FREE_THREADED_SUPPORT: true

0 commit comments

Comments
 (0)
0