-
Notifications
You must be signed in to change notification settings - Fork 23
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
No wheels for python 3.11 #82
Comments
Would it be worth it to build for Python's stable ABI, so the built wheels are compatible across Python versions? [dependencies.pyo3]
features = ["extension-module", "abi3-py37"] (The resulting wheel should still be tested on all supported Python versions.) |
Hey @encukou, I was checking out your abi3 proposal repository. How significant is the performance overhead that you mention? |
You aren't likely to notice unless you're counting CPU instructions or optimizing for CPU cache at the Rust/Python boundary. My |
Python 3.11 is out and already available on conda-forge, could we release y-py with wheels for it?
The text was updated successfully, but these errors were encountered: