libpy
libpy copied to clipboard
put python abi string in libpy soname
libpy itself is linked against python so we need to make it easy for users to tell their exension to link against the version of libpy that was built for their version of python.
New thought after sleeping on this: if we distribute with conda then we only have one version in the conda environment at a time. I am not sure how to deal with upgrading python inside the env though, I will see if that is even possible