Skip to content

Commit 9eaa43a

Browse files
committed
fix: bump system test python versions in owlbot config
1 parent b5d4a45 commit 9eaa43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

owlbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,8 @@
340340
versions=gcp.common.detect_versions(path="./google", default_first=True),
341341
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"],
342342
unit_test_dependencies=["flaky"],
343-
system_test_python_versions=["3.12"],
344-
system_test_external_dependencies=["psutil","flaky"],
343+
system_test_python_versions=["3.13"],
344+
system_test_external_dependencies=["psutil", "flaky"],
345345
)
346346
s.move(templated_files, excludes=[".coveragerc", ".github/blunderbuss.yml", ".github/release-please.yml", "README.rst", "docs/index.rst"])
347347

0 commit comments

Comments
 (0)