diff --git a/sdks/python/setup.py b/sdks/python/setup.py index f7cd2a808a9a..6eaf8c7ceaf2 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -450,7 +450,7 @@ def get_portability_package_data(): 'gcp': [ 'cachetools>=3.1.0,<7', 'google-api-core>=2.0.0,<3', - 'google-apitools>=0.5.31,<0.5.32; python_version <= "3.12"', + 'google-apitools>=0.5.31,<0.5.32; python_version < "3.13"', '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