You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like we were only testing ray on Python 3.10 and 3.11. When migrating to toxgen, I didn't change this as it seemed non-trivial -- there were errors on newer Python versions.
remove the python boundary for ray in scripts/populate_tox/config.py
fix whatever problems come up
Update: managed to fix this in the toxgen port #4810