Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 28a4f18

Browse files
committed
chore(owlbot): Add Python 3.14 to unit test versions
1 parent f99245b commit 28a4f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
samples=True,
339339
cov_level=99,
340340
versions=gcp.common.detect_versions(path="./google", default_first=True),
341-
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"],
341+
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
342342
unit_test_dependencies=["flaky"],
343343
system_test_python_versions=["3.12"],
344344
system_test_external_dependencies=["psutil","flaky"],

0 commit comments

Comments
 (0)