eladkal commented on code in PR #64061:
URL: https://github.com/apache/airflow/pull/64061#discussion_r2971667555


##########
providers/google/docs/changelog.rst:
##########
@@ -27,6 +27,9 @@
 Changelog
 ---------
 
+.. warning::
+  Ray is not yet supported on Python 3.14, so ``RayJobHook`` cannot be used 
with Python 3.14.

Review Comment:
   ```suggestion
   .. note::
     This version of the provider introduce support for Python 3.14.
     However, Ray package doesn't support Python 3.14 thus ``RayJobHook`` will 
not work.
     If you are using ``RayJobHook`` you'll need to use Python<3.14 until 
upstream library issue a fix.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to