We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00720f8 commit 0cf28c2Copy full SHA for 0cf28c2
.github/workflows/cibuildwheel.yml
@@ -148,8 +148,6 @@ jobs:
148
package-dir: dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
149
env:
150
CIBW_BUILD: "cp313-* cp313t-*"
151
- # No free-threading wheels for NumPy; musllinux skipped for main builds also.
152
- CIBW_SKIP: "cp313t-win_amd64 *-musllinux_aarch64"
153
CIBW_BUILD_FRONTEND:
154
"pip; args: --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
155
CIBW_FREE_THREADED_SUPPORT: true
0 commit comments