diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 0d90ec760ed1..f7ed2cc2f747 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -431,7 +431,8 @@ def get_portability_package_data(): 'gcp': [ 'cachetools>=3.1.0,<6', 'google-api-core>=2.0.0,<3', - 'google-apitools>=0.5.31,<0.5.32', + 'google-apitools>=0.5.31,<0.5.32; python_version <= "3.12"', + 'google-apitools>=0.5.32,<0.5.33; python_version >= "3.13"', # NOTE: Maintainers, please do not require google-auth>=2.x.x # Until this issue is closed # https://github.com/googleapis/google-cloud-python/issues/10566