Skip to content

Commit ba96f09

Browse files
bhandarivijay-pngsameer-google
authored andcommitted
update version check to 3.14
1 parent b36f49a commit ba96f09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,12 @@ def make_release_tree(self, base_dir, files):
131131
'Programming Language :: Python :: 3.11',
132132
'Programming Language :: Python :: 3.12',
133133
'Programming Language :: Python :: 3.13',
134+
'Programming Language :: Python :: 3.14',
134135
'Topic :: System :: Filesystems',
135136
'Topic :: Utilities',
136137
],
137-
# Gsutil supports Python 3.9 to 3.13
138-
python_requires='>=3.9, <3.14',
138+
# Gsutil supports Python 3.9 to 3.14
139+
python_requires='>=3.9, <3.15',
139140
platforms='any',
140141
packages=find_packages(
141142
exclude=[

0 commit comments

Comments
 (0)