-
Notifications
You must be signed in to change notification settings - Fork 35
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
(feat) Support Python versions 3.13 and higher #87
Comments
It should be noted that the wheels for |
Here is what a unified requirements file looks like, taking into account version differences across Python:
|
Bump:
|
Never mind, this is over-engineering it. |
Fedora 41 ships Python3.13 as the default Python version. To get Babble to run I've had to modify the install and run scripts to use (Is this the right place to put this? Or should this be a new issue?) |
Good point to make. I know Arch also ships with 3.13 by default now, I should make a note prior to running the install script to have the global python version on a user's system to 3.12.8 (for now) |
I'm not entirely sure how I would go about doing that, at least in F41, because I can't just uninstall |
Have you tried using pyenv? |
Python 3.13 support is now possible by using a nightly build as described here: microsoft/onnxruntime#22274 (comment) |
Currently, Babble supports Python versions 3.8-3.12. With the new release of Python version 3.13, it makes to support it.
The text was updated successfully, but these errors were encountered: