This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bb6e5a11b5 python: replace <=3.12 with <3.13 for google-apitools 
marker (semantics unchanged) (#35929)
4bb6e5a11b5 is described below

commit 4bb6e5a11b56c9d6fd216070663648b3cbcaf7cc
Author: Diego Hernandez <[email protected]>
AuthorDate: Sat Aug 30 00:12:52 2025 -0700

    python: replace <=3.12 with <3.13 for google-apitools marker (semantics 
unchanged) (#35929)
    
    Co-authored-by: Diego Hernandez <[email protected]>
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 09288593d9f..69a3555ec55 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -453,7 +453,7 @@ if __name__ == '__main__':
           '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

Reply via email to