We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1412a2b commit d6b512cCopy full SHA for d6b512c
sdks/python/setup.py
@@ -431,7 +431,8 @@ def get_portability_package_data():
431
'gcp': [
432
'cachetools>=3.1.0,<6',
433
'google-api-core>=2.0.0,<3',
434
- 'google-apitools>=0.5.31,<0.5.32',
+ 'google-apitools>=0.5.31,<0.5.32; python_version <= "3.12"',
435
+ 'google-apitools>=0.5.32,<0.5.33; python_version >= "3.13"',
436
# NOTE: Maintainers, please do not require google-auth>=2.x.x
437
# Until this issue is closed
438
# https://github.com/googleapis/google-cloud-python/issues/10566
0 commit comments