dstandish commented on code in PR #27264: URL: https://github.com/apache/airflow/pull/27264#discussion_r1197475995
########## 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: commented? -- 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]
