Skip to content

Commit 80c0a35

Browse files
committed
updated owlbot
1 parent f202dd4 commit 80c0a35

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
@@ -27,8 +27,8 @@
2727
# Add templated files
2828
# ----------------------------------------------------------------------------
2929
templated_files = common.py_library(
30-
unit_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12"],
31-
system_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12"],
30+
unit_test_python_versions=["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
31+
system_test_python_versions=["3.9", "3.14"],
3232
cov_level=99,
3333
intersphinx_dependencies={
3434
"pandas": "https://pandas.pydata.org/pandas-docs/stable/"

0 commit comments

Comments
 (0)