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

Commit af4e693

Browse files
committed
adjusts Python versioning again
1 parent 42ce241 commit af4e693

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
DEFAULT_PYTHON_VERSION = "3.14"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
38-
"3.9",
3938
"3.10",
4039
"3.11",
4140
"3.12",

owlbot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
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"],
31-
system_test_python_versions=["3.9", "3.14"],
32-
default_python_version="3.13",
30+
unit_test_python_versions=["3.10", "3.11", "3.12", "3.13", "3.14"],
31+
system_test_python_versions=["3.10", "3.14"],
32+
default_python_version="3.14",
3333
cov_level=98,
3434
intersphinx_dependencies={
3535
"pandas": "https://pandas.pydata.org/pandas-docs/stable/"

0 commit comments

Comments
 (0)