Skip to content

Commit f625a38

Browse files
committed
fixed comma
1 parent 80c0a35 commit f625a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Add templated files
2828
# ----------------------------------------------------------------------------
2929
templated_files = common.py_library(
30-
unit_test_python_versions=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
30+
unit_test_python_versions=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
3131
system_test_python_versions=["3.9", "3.14"],
3232
cov_level=99,
3333
intersphinx_dependencies={

0 commit comments

Comments
 (0)