-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Generate Wheels for CPython 3.11 (or Use Limited API) #2089
Labels
Comments
This was referenced May 1, 2022
Discussion at #2102 contains some progress on this topic. |
27 tasks
Thanks! CC @mdboom |
Do you plan to release a new version with the abi3 wheels before the final Python 3.11 release? If not, would you consider publishing cp311 manylinux wheels for the recently released 5.9.3? |
psutil 5.9.4 was released. thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The faster-cpython project uses pyperformance to run benchmarks, which in turn uses pyperf, which optionally uses psutil. We run into problems when we try to benchmark CPython's main branch, since there are no corresponding wheels on PyPI. See python/pyperformance#148.
So it would be helpful to have wheels available on PyPI for the CPython 3.11 releases. Furthermore, it would likewise help to have a wheel built for the main branch.
One alternative would be to release a build using CPython's limited API. The resulting extension would be automatically compatible with the newer CPython.
The text was updated successfully, but these errors were encountered: