You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimizing the explicit build list greatly reduces the
CI burdens for testing resources.
Python 3.12 and 3.13 aim to maintain ABI compatibility with Python 3.11
through the Stable ABI. Extensions compiled against the Python 3.11 ABI
should, in principle, continue to work without recompilation in Python
3.12 and 3.13.
However, relying on the Stable ABI doesn't guarantee
complete compatibility, as behavioral changes or bug fixes in newer
Python versions can still affect extension behavior. It is recommended
to rebuild extensions for each major Python version to ensure optimal
compatibility and to take advantage of any potential performance
improvements.
0 commit comments