Skip to content

Commit 4bb6e5a

Browse files
diegofhdzDiego Hernandez
andauthored
python: replace <=3.12 with <3.13 for google-apitools marker (semantics unchanged) (#35929)
Co-authored-by: Diego Hernandez <diego@m4-pro.local>
1 parent 258b8d1 commit 4bb6e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def get_portability_package_data():
453453
'gcp': [
454454
'cachetools>=3.1.0,<7',
455455
'google-api-core>=2.0.0,<3',
456-
'google-apitools>=0.5.31,<0.5.32; python_version <= "3.12"',
456+
'google-apitools>=0.5.31,<0.5.32; python_version < "3.13"',
457457
'google-apitools>=0.5.32,<0.5.33; python_version >= "3.13"',
458458
# NOTE: Maintainers, please do not require google-auth>=2.x.x
459459
# Until this issue is closed

0 commit comments

Comments
 (0)