-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Python Drivers
-
None
-
None
-
None
-
None
-
None
-
None
Context
Dependabot PR mongodb-labs/python-bsonjs#111 bumps `pypa/cibuildwheel` 4.1.1 → 4.2.0.
All four `Build CPython-*` wheel jobs fail.
`pyproject.toml` already skips the 3.14 free-threaded build, but the pattern is
version specific — `skip = ["cp314t-*"]`. `cp315t-*` is not covered.
Definition of done
Update pyproject.toml
# Py_LIMITED_API is incompatible with Py_GIL_DISABLED.
# https://github.com/python/cpython/issues/111506
skip = ["cp*t-*"]
Pitfalls
This change permanently skips free-threaded wheels. To ship them, python-bsonjs needs a second, non-abi3 build for the cp3XXt targets.