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, genomicranges → acidgenomes) 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.
irangeshas nocp314wheel 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,genomicranges→acidgenomes) from installing under--only-binaryon Python 3.14.The likely cause:
publish-pypi.ymlpinspypa/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 existingCIBW_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 acp314wheel published — no source changes apparent.Happy to open a PR for the version bump if that's welcome.