-
Notifications
You must be signed in to change notification settings - Fork 27
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
Provide wheels for python 3.13 #451
Comments
@posecl how were you able to solve the issue temporarily in your local machine? I've cargo, rust and maturin installed already + |
I followed the instructions in the ReadMe: I executed rustup‑init.exe from https://rustup.rs/ and installed everything that came with the suggested default setup. After that, I simply re-ran the pip install notebook command, and the wheel for pywinpty was built and installed in the background. |
Is it possible for this package to build abi3-py39 wheels using maturin/pyo3? Then there could be only one wheel that supports the whole python version range |
I tried installing jupyter using python 3.13, which was released on Oct 7. Currently, the installation fails if the build dependencies for pywinpty aren't installed locally, as the latest wheels for pywinpty on pypi.org only support python up to 3.12.
The text was updated successfully, but these errors were encountered: