potiuk commented on code in PR #27264: URL: https://github.com/apache/airflow/pull/27264#discussion_r1197484365
########## airflow/providers/papermill/provider.yaml: ########## @@ -43,6 +43,13 @@ dependencies: - papermill[all]>=1.2.1 - scrapbook[all] +# Excluded because papermill and a number of dependent libraries are not compatible +# with 3.11 yet See https://pyreadiness.org/3.11/. (Pyarrow is one of the important ones) +# See for issue that tracks it https://github.com/nteract/papermill/issues/700 +# excluded-python-versions: +# - "3.11" Review Comment: Yeah I got a few cleanups applied :) . Let's see. ########## airflow/providers/databricks/provider.yaml: ########## @@ -52,6 +52,12 @@ dependencies: - databricks-sql-connector>=2.0.0, <3.0.0 - aiohttp>=3.6.3, <4 +# Excluded because databricks-sql-connector and a number of dependent libraries are not compatible +# with 3.11 yet See https://pyreadiness.org/3.11/. (Pyarrow is one of the important ones) +# See https://github.com/databricks/databricks-sql-python/issues/59 for issue that tracks it +# excluded-python-versions: +# - "3.11" Review Comment: Cleaned up -- 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]
