-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Python 3.12 beta support #45904
Comments
June 21st updates:
|
Thanks for the update. I appreciate the focus on stability. The last thing I want is to upgrade to 3.12 and then have to roll back to 3.11. |
Jun 26th update:
|
@can-anyscale will docker images be pushed at this alpha stage. Is this all thats needed to make that happen #46285? |
@wallies the docker images do not come with alpha stage yet, it will be the next and the last GA stage of the release the docker image, in addition to just the ray wheel, comes with a set of dependencies pre-installed, so the most time-consuming part is to upgrade this list https://github.com/ray-project/ray/blob/master/python/requirements_compiled.txt to python 3.12; we are actively working on this |
appreciate the insight and work done here @can-anyscale |
Python 3.12 for Ray is now available under beta support, starting from 2.31.0 version. You can either:
During the beta phase, all unit and release tests have been passing on Python 3.12 version, except for tensorflow support for rllib library, and Ray Docker image has been published for python 3.12. Thank you for your continuous feedback and patience.
The text was updated successfully, but these errors were encountered: