potiuk commented on issue #17111: URL: https://github.com/apache/airflow/issues/17111#issuecomment-884323646
> We had compatibility problem with newer version of Google ads library, because it requires Python 3.7 or newer, but we supports Python 3.6. Hopefully it has been fixed. They added support for Python 3.6 in 8.1.0. see: [googleads/google-ads-python#435](https://github.com/googleads/google-ads-python/pull/435) If this is a problem, I think I would be ok with making google ads providers not working in Py3.6 version. We could mark tests for those excluding running them for Py3.6 and make note in release notes about this incompatibility (and in setup.py we could add >python 3.6 for ads. There might be a problem with preparing provider packages using python 3.6 but I am already thinking to move them to Py3.7 as the end of life for Python 3.6 is getting closer (December 2021). -- 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]
