uranusjr opened a new pull request #19091: URL: https://github.com/apache/airflow/pull/19091
`importlib.resources` deprecated the top-level `read_binary()` and similar functions in favor of the new `files()` API. This is only available in Python 3.9 and later, so the `importlib-resources` backport has been bumped to be also installed on 3.7 and 3.8. This should fix the errors in the provider tests and make CI green again. -- 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]
