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

Commit f04767d

Browse files
committed
updated default python version
1 parent cfa2243 commit f04767d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
templated_files = common.py_library(
3030
unit_test_python_versions=["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
3131
system_test_python_versions=["3.9", "3.14"],
32+
default_python_version="3.11",
3233
cov_level=99,
3334
intersphinx_dependencies={
3435
"pandas": "https://pandas.pydata.org/pandas-docs/stable/"
@@ -40,4 +41,4 @@
4041
# Run blacken session
4142
# ----------------------------------------------------------------------------
4243

43-
s.shell.run(["nox", "-s", "blacken"], hide_output=False)
44+
s.shell.run(["nox", "-s", "format"], hide_output=False)

0 commit comments

Comments
 (0)