Google is phasing out support for older Python versions in its Ads API client library:
Python 3.9 End-of-Life (October 2025):
Once Python 3.9 reaches end-of-life, the Google Ads Python client library will no longer support it, except for critical security fixes.
New Library Release (Q4 2025):
A major new version of the library will launch, incompatible with Python 3.9 but supporting Python 3.14.
Deprecation Timelines:
Now: Python 3.7 users already can’t access the API.
Q1 2026: Python 3.8 users will lose access when API version v19 sunsets.
Late 2026: Python 3.9 users will lose access when API version v22 sunsets.
Action required:
Developers using Python 3.8 or 3.9 must upgrade to Python 3.10 or newer to maintain access.

