googleads / google-ads-python

Google Ads API Client Library for Python
Apache License 2.0
526 stars 480 forks source link

Add support for Python 3.13 #896

Open Dumeng opened 1 week ago

Dumeng commented 1 week ago

Describe the problem you are trying to solve: The lib currently has a Python version requirement limit on < 3.13 only. And this causes a pip install error on the stable Python release. https://github.com/googleads/google-ads-python/blob/6c205c4abdf95a18c70b938e37f448660b280da9/setup.py#L55

Describe the solution you'd like: Lift the Python version requirement.

Describe alternatives you've considered: We want to leverage the feature in the latest Python stable version. So, it looks like there are no actual alternatives.

Additional context: