googleads/google-ads-python

Add support for Python 3.13

Dumeng opened this issue · 2 comments

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.

python_requires=">=3.8, <3.13",

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: