We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258b8d1 commit 4bb6e5aCopy full SHA for 4bb6e5a
sdks/python/setup.py
@@ -453,7 +453,7 @@ def get_portability_package_data():
453
'gcp': [
454
'cachetools>=3.1.0,<7',
455
'google-api-core>=2.0.0,<3',
456
- 'google-apitools>=0.5.31,<0.5.32; python_version <= "3.12"',
+ 'google-apitools>=0.5.31,<0.5.32; python_version < "3.13"',
457
'google-apitools>=0.5.32,<0.5.33; python_version >= "3.13"',
458
# NOTE: Maintainers, please do not require google-auth>=2.x.x
459
# Until this issue is closed
0 commit comments