python-bsonjs: skip free-threaded wheel builds so cibuildwheel 4.2.0 CI passes

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • Python Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • 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.

            Assignee:
            Unassigned
            Reporter:
            Alex Clark
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: