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

Commit 8a1ca7b

Browse files
committed
chore: set system test version to 3.13
1 parent 52b2055 commit 8a1ca7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
UNIT_TEST_EXTRAS: List[str] = []
6363
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6464

65-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.9", "3.14"]
65+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.13]
6666
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6767
"mock",
6868
"pytest",

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def update_fixup_scripts(library):
144144
cov_level=100,
145145
split_system_tests=True,
146146
default_python_version="3.13",
147-
system_test_python_versions=["3.9", "3.14"],
147+
system_test_python_versions=["3.13"],
148148
unit_test_python_versions=["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"],
149149
)
150150

0 commit comments

Comments
 (0)