Open Dumeng opened 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:
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: