Skip to content

Commit 470074f

Browse files
committed
Don't enable cpython-freethreading wheels yet
1 parent c97eee7 commit 470074f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ jobs:
154154
# very verbose
155155
CIBW_BUILD_VERBOSITY: 3
156156

157-
# cibuildwheel v3: PyPy and free-threading no longer built by default
158-
CIBW_ENABLE: "pypy cpython-freethreading"
157+
# cibuildwheel v3: PyPy no longer built by default; enable explicitly
158+
# Note: cpython-freethreading not enabled because cffi doesn't support it yet
159+
CIBW_ENABLE: "pypy"
159160

160161
# Build SuiteSparse
161162
CIBW_BEFORE_ALL: bash suitesparse.sh ${{ env.GB_VERSION_REF }}

0 commit comments

Comments
 (0)