You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Free-threaded Python builds (e.g., 3.13t/3.14t) are currently skipped in CI/wheel builds because tests segfault (seen in repr paths for Cython extension). We should track what’s needed to safely re-enable these builds.
Summary
Free-threaded Python builds (e.g., 3.13t/3.14t) are currently skipped in CI/wheel builds because tests segfault (seen in repr paths for Cython extension). We should track what’s needed to safely re-enable these builds.
Context:
CIBW_SKIP: "*t-*"to avoid segfaults on free-threaded Python.Current status
CIBW_SKIP: "*t-*".Re-enabling free-threaded builds
To re-enable
*t-*Python builds:*t-*builds in cibuildwheel once tests pass reliably.References