Likely not. This is relevant only for .pkg, because people who build their own specs can install their own Python.
Possible solutions:
- Build a non-Python version (like with Windows)
- Bundle libpython3.12 with the .pkg
- Check if some kind of static ABI (using
#define Py_LIMITED_API 0x03090000 or 3.12?)
- Both of the above?
Likely not. This is relevant only for
.pkg, because people who build their ownspecscan install their own Python.Possible solutions:
#define Py_LIMITED_API 0x03090000or 3.12?)