Open
Description
It might be nice to support Conda-style packaging directly. I don't know too much about Conda, so some questions that will need to be answered:
- Does Conda have any notion of abi3 compatibility, or a way to signal which Python version a package is abi3 compatible with?
- Does Conda's normal package tooling include the
.abi3.
infix on shared objects?
Activity