py-cpp-demangle
py-cpp-demangle copied to clipboard
Use `abi3` wheels to support arbitrary Python versions
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.
@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.