potiuk commented on a change in pull request #19333:
URL: https://github.com/apache/airflow/pull/19333#discussion_r739782446
##########
File path: dev/provider_packages/prepare_provider_packages.py
##########
@@ -2072,14 +2075,9 @@ def summarise_total_vs_bad_and_warnings(total: int, bad:
int, warns: List[warnin
),
(
"Using or importing the ABCs from 'collections' instead of from
'collections.abc' is deprecated since"
- " Python 3.3, and in 3.10 it will stop working",
+ " Python 3.3,and in 3.9 it will stop working",
Review comment:
Yeah. The typo is in the warning. I was also surprised :)
--
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]