Skip to content

No CPython 3.14 wheels — cibuildwheel pin in publish-pypi.yml is ~20 months stale #73

Description

@mjsteinbaugh

iranges has no cp314 wheel for any published version (checked 0.7.0, 0.7.1, 0.7.2 on PyPI), which blocks anything depending on it (in our case, genomicrangesacidgenomes) from installing under --only-binary on Python 3.14.

The likely cause: publish-pypi.yml pins pypa/cibuildwheel@v2.22.0 (Nov 2024). cibuildwheel started building CPython 3.14 wheels by default in v3.1.0 (2025-07-24), with the final 3.14.0 build in v3.2.1 (2025-10-12). The existing CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10" has no upper bound, so bumping the pin (current latest is v4.2.0) and cutting a new release should be enough to get a cp314 wheel published — no source changes apparent.

Happy to open a PR for the version bump if that's welcome.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions