py-cpp-demangle icon indicating copy to clipboard operation
py-cpp-demangle copied to clipboard

Use `abi3` wheels to support arbitrary Python versions

Open vlaci opened this issue 5 months ago • 1 comments

As this package does not use any special part of the CPython interface, it can leverage the stable abi, not needing version specific wheels.

This supersedes #11. I also needed to update the github actions to make them work again, so this PR also makes #14 obsolete.

vlaci avatar Jul 01 '25 12:07 vlaci

@benfred I don't want to nag you, but it would be awesome if you could take a look at this PR. It should make py-cpp-demangle forward compatible with any new Python release.

vlaci avatar Jul 29 '25 15:07 vlaci