-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Open
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksci-testcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitytech-debtThe issue that's due to tech debtThe issue that's due to tech debtusability
Description
Description
Ray has supported Python 3.13 since version 2.43.0:
Line 30 in 744eaa9
SUPPORTED_PYTHONS = [(3, 9), (3, 10), (3, 11), (3, 12), (3, 13)] |
Use case
It would be ideal to have a Python 3.13 Docker image published with Ray installed for easy creation of custom Docker images and usage with KubeRay. For instance, a rayproject/ray:2.47.0-py313
image. Initial PR is up here: #53894. I'm not super familiar with the build pipeline though and would love some eyes to see if there's anything I can help out with.
davidxia and fabiob
Metadata
Metadata
Assignees
Labels
P1Issue that should be fixed within a few weeksIssue that should be fixed within a few weeksci-testcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitytech-debtThe issue that's due to tech debtThe issue that's due to tech debtusability