jscheffl commented on code in PR #64061: URL: https://github.com/apache/airflow/pull/64061#discussion_r2971764170
########## providers/google/docs/changelog.rst: ########## @@ -31,6 +31,11 @@ Changelog 21.0.0 ...... +.. note:: + This version of the provider introduces support for Python 3.14. + However, the Ray package doesn't yet support Python 3.14, thus ``RayJobHook`` will not work. + If you use ``RayJobHook`` you should stay on Python<3.14 until the upstream library issues a fix. + Review Comment: Ah, just a structural thing, hard to guess... this banner now must be moved _above_ the 21.0.0. As it will be relevant with _next release. The movemend of Elad of the other warning _below_ was just because this is a correction from previous release... actually this was misplaced before your PR :-D -- 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]
