Skip to content
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

Closed
ericsnowcurrently opened this issue Mar 28, 2022 · 4 comments · Fixed by #2102
Closed

Generate Wheels for CPython 3.11 (or Use Limited API) #2089

ericsnowcurrently opened this issue Mar 28, 2022 · 4 comments · Fixed by #2102

Comments

@ericsnowcurrently
Copy link

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.

@giampaolo
Copy link
Owner

Discussion at #2102 contains some progress on this topic.

@ericsnowcurrently
Copy link
Author

Thanks!

CC @mdboom

@hroncok
Copy link
Contributor

hroncok commented Oct 21, 2022

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?

@hroncok
Copy link
Contributor

hroncok commented Nov 8, 2022

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants