-
Notifications
You must be signed in to change notification settings - Fork 574
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
Support python 3.12 #2605
Support python 3.12 #2605
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(btw python latest is 3.13 no? but not sure if the ML backends support it yet? though pytorch should work with latest python no?)
@julien-c indeed, a stable version of python 3.13.0 was released last week https://www.python.org/downloads/release/python-3130/ but tensorflow and torch are not supporting python 3.13 yet |
Ahah true, I missed last year release 😄 Worth testing and officially supporting 3.13 then. ML frameworks are tested on lower versions anyway so shouldn't be a problem. |
The CI is green for python 3.12, let's bump the version to 3.13 and support it as well! |
issues with gradio support for python 3.13 (gradio/issues/9696) :( we will only support python 3.12 for now and then bump to 3.13 once the issue is fixed. |
This reverts commit e9a03bf.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this!
changes made
torch~=1.11
only on python 3.8.setup.py
.