Install Ray on Python 3.12.2

Hi,
When I try to install Ray on Fedora 39 with Python 3.12.2, I get the error:

pip install ray[tune]

ERROR: Could not find a version that satisfies the requirement ray[tune] (from versions: none)
ERROR: No matching distribution found for ray[tune].

Is ray supported for python 3.12?
Thanks in advanced

Hi,

Ray currently does not support Python 3.12. Is it possible to use 3.11?

Rui