Why does Ray have a hard-coded dependency on Python-3.9?

We need to have the ray port in FreeBSD and our default python version is 3.11.
Does Ray work with Python-3.11?

Hi yurivict! Welcome to the Ray community.

Here is a list of all the Python versions that Ray works with. Is this helpful for you? :open_mouth: Let me know if you’re still having problems: Installing Ray — Ray 2.44.1

Thanks, Christina.
It’s confusing though that the code has “python3_9” label when python is used.
I would expect that to be just “python”.