Installing Ray in Python 3.11.2

Hello,

I have Python 3.11.2 installed and when executing the install command for Ray, I get the following error message:

pip install -U ray
ERROR: Could not find a version that satisfies the requirement ray (from versions: none)
ERROR: No matching distribution found for ray

also trying the following does not help:
pip install Ray
ERROR: Could not find a version that satisfies the requirement Ray (from versions: none)
ERROR: No matching distribution found for Ray

I think this is because I am using the most recent version of Python 3.11.2.

I found this page describing the necessary installation process for Ray and it does not list Python 3.11:
https://docs.ray.io/en/latest/ray-overview/installation.html

Can you please tell me if I am right or not? Will the next release of Ray be installable with respect to Python 3.11.2?

Many thanks in advance!

Regards,
Peter

cc @rickyyx . Python 3.11 support is experimental right now Installing Ray — Ray 2.3.0