Skip to content

Commit ee41a29

Browse files
authored
chore(python_mono_repo): add python runtimes for system tests (#1869)
1 parent 8bc6db8 commit ee41a29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synthtool/languages/python_mono_repo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def owlbot_main(package_dir: str) -> None:
158158
microgenerator=True,
159159
default_python_version="3.9",
160160
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11"],
161+
system_test_python_versions=["3.8", "3.9", "3.10", "3.11"],
161162
cov_level=100,
162163
versions=gcp.common.detect_versions(
163164
path=f"{package_dir}/google",

0 commit comments

Comments
 (0)