You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered:
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.
google-ads-python/setup.py
Line 55 in 6c205c4
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:
The text was updated successfully, but these errors were encountered: