-
-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3.12 arm64 wheels / force compiled version #1927
Comments
Please note that compiled aarch64 wheels are also missing for Python 3.11 for coverage version |
Thanks. Looks like I've encountered pypa/cibuildwheel#2257 and didn't notice the failures. I'll have to puzzle through how to fix it. |
Switching to the recent |
It looks like we're ending up without a compiled version of coverage on the Arm CI runners. This means our coverage tests fail. Help setup.py identify this case so it can at least skip them properly. See nedbat/coveragepy#1927
Using advice from pypa/cibuildwheel#2257
Fixed in commit ce4efdc. This is now released as part of coverage 7.6.12. |
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:
Thanks
The text was updated successfully, but these errors were encountered: