Skip to content

Commit

Permalink
chore(python_mono_repo): add python runtimes for system tests (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Sep 22, 2023
1 parent 8bc6db8 commit ee41a29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synthtool/languages/python_mono_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def owlbot_main(package_dir: str) -> None:
microgenerator=True,
default_python_version="3.9",
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11"],
system_test_python_versions=["3.8", "3.9", "3.10", "3.11"],
cov_level=100,
versions=gcp.common.detect_versions(
path=f"{package_dir}/google",
Expand Down

0 comments on commit ee41a29

Please sign in to comment.