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

Commit 21fb2ae

Browse files
committed
updates lowest version for system test and owlbot
1 parent 4e86c04 commit 21fb2ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
],
7676
}
7777

78-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.12", "3.13"]
78+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.9", "3.12", "3.13"]
7979
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
8080
"mock",
8181
"pytest",

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
templated_files = common.py_library(
3838
unit_test_python_versions=["3.9", "3.10", "3.11", "3.12", "3.13"],
39-
system_test_python_versions=["3.12", "3.13"],
39+
system_test_python_versions=["3.9", "3.12", "3.13"],
4040
cov_level=100,
4141
unit_test_extras=extras,
4242
unit_test_extras_by_python=extras_by_python,

samples/snippets/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def get_pytest_env_vars() -> Dict[str, str]:
8989

9090
# DO NOT EDIT - automatically generated.
9191
# All versions used to test samples.
92-
ALL_VERSIONS = ["3.7", "3.9", "3.10", "3.11", "3.12", "3.13"]
92+
ALL_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
9393

9494
# Any default versions that should be ignored.
9595
IGNORED_VERSIONS = TEST_CONFIG["ignored_versions"]

0 commit comments

Comments
 (0)