Skip to content

Commit d33820c

Browse files
authored
Bump minimum python version to 3.9
1 parent 3579a9c commit d33820c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.generator/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def _run_post_processor(output: str, library_id: str, is_mono_repo: bool):
354354
# TODO(https://github.com/googleapis/google-cloud-python/issues/15538):
355355
# Investigate if a `target_version needs to be maintained
356356
# or can be eliminated.
357-
target_version = "py37"
357+
target_version = "py39"
358358
common_args = [
359359
f"--target-version={target_version}",
360360
"--line-length=88",

0 commit comments

Comments
 (0)