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

Commit f9c269b

Browse files
committed
feat(ci): Update system tests to Python 3.12 and prep for Kokoro session cleanup
1 parent b0062d7 commit f9c269b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Only run this nox session.
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "system-3.8"
7-
}
6+
value: "system-3.12"
7+
}

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
ISORT_VERSION = "isort==5.11.0"
3333
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3434

35-
DEFAULT_PYTHON_VERSION = "3.8"
35+
DEFAULT_PYTHON_VERSION = "3.12"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
3838
"3.8",
@@ -58,7 +58,7 @@
5858
UNIT_TEST_EXTRAS: List[str] = []
5959
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6060

61-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8"]
61+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.12"]
6262
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6363
"mock",
6464
"pytest",

0 commit comments

Comments
 (0)