Python3.12 arm64 wheels / force compiled version · Issue #1927 · nedbat/coveragepy (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@da-woods

Description

@da-woods

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