We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97eee7 commit 470074fCopy full SHA for 470074f
1 file changed
.github/workflows/wheels.yml
@@ -154,8 +154,9 @@ jobs:
154
# very verbose
155
CIBW_BUILD_VERBOSITY: 3
156
157
- # cibuildwheel v3: PyPy and free-threading no longer built by default
158
- CIBW_ENABLE: "pypy cpython-freethreading"
+ # cibuildwheel v3: PyPy no longer built by default; enable explicitly
+ # Note: cpython-freethreading not enabled because cffi doesn't support it yet
159
+ CIBW_ENABLE: "pypy"
160
161
# Build SuiteSparse
162
CIBW_BEFORE_ALL: bash suitesparse.sh ${{ env.GB_VERSION_REF }}
0 commit comments