-
Notifications
You must be signed in to change notification settings - Fork 27
feat: use limited API to build PyPI wheels #254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Python 3.13 was published a little over a week ago. Can we get eyes on this PR? |
|
@vchudnov-g can this be merged? Thanks! |
|
This is a fantastic idea @mayeut and will save headaches with every new Python version. I do hope it gets merged soon. |
| CRC32C_PURE_PYTHON_EXPLICIT = "CRC32C_PURE_PYTHON" in os.environ | ||
| _FALSE_OPTIONS = ("0", "false", "no", "False", "No", None) | ||
| CRC32C_PURE_PYTHON = os.getenv("CRC32C_PURE_PYTHON") not in _FALSE_OPTIONS | ||
| # Wether or not we want to build using limited API (ABI3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Whether is missing an h
|
Any chance of revisiting this PR? It would have given us Python 3.14 compatible wheels for free :) |
|
No promises, but let me see what I can do. Gonna let the kokoro checks run and then see if we can move this forward for everything including 3.14. |
|
Python 3.14 is released and my CI is spammed with hundreds of copies of |
It was mentioned in #178, might as well propose something.
Mitigates #178