Python3.12 arm64 wheels / force compiled version · Issue #1927 · nedbat/coveragepy (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
Hi,
Coverage is used in the Cython test-suite. We need to use the compiled C-extension version because we're mainly testing our own plugin.
In the recent update to Coverage 7.6.11 you seem to have dropped Linux Arm64 wheels for Python 3.12 (although do have them for other Python versions). This means it's installing the py3-none-any wheel (without the C-extension).
So ideally I'd like either:
- A Linux Arm64 Py3.12 wheel
- A way of forcing pip to build the extension (instead of using the py3-none-any wheel). It's possible that this exists and I don't know about it. In which case some documentation on your "Installation" page would help.
Thanks