Skip to content

Commit

Permalink
python_requires <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sameer-google authored and sushantkhanna committed Dec 9, 2024
1 parent b17c589 commit fae60f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def make_release_tree(self, base_dir, files):
'Topic :: Utilities',
],
# Gsutil supports Python 3.8 to 3.12
python_requires='>=3.8, <=3.12',
python_requires='>=3.8, <3.13',
platforms='any',
packages=find_packages(
exclude=[
Expand Down

0 comments on commit fae60f5

Please sign in to comment.