Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f81c738

Browse files
committedApr 18, 2025·
Updates owlbot, removing reference to 3.8
1 parent dccef48 commit f81c738

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
@@ -28,7 +28,7 @@
2828
# Add templated files
2929
# ----------------------------------------------------------------------------
3030
templated_files = common.py_library(
31-
system_test_python_versions=["3.8"],
31+
system_test_python_versions=["3.9"],
3232
cov_level=100,
3333
intersphinx_dependencies={
3434
"pandas": "https://pandas.pydata.org/pandas-docs/stable/"

0 commit comments

Comments
 (0)
Please sign in to comment.