diff --git a/.kokoro/presubmit/system.cfg b/.kokoro/presubmit/system.cfg index b8ae66b37..30956a3ab 100644 --- a/.kokoro/presubmit/system.cfg +++ b/.kokoro/presubmit/system.cfg @@ -3,5 +3,5 @@ # Only run this nox session. env_vars: { key: "NOX_SESSION" - value: "system-3.9" -} \ No newline at end of file + value: "system-3.10" +} diff --git a/noxfile.py b/noxfile.py index 77f59b3ce..8df24410c 100644 --- a/noxfile.py +++ b/noxfile.py @@ -63,7 +63,7 @@ UNIT_TEST_EXTRAS: List[str] = [] UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {} -SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.9", "3.14"] +SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.10", "3.14"] SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [ "mock", "pytest", @@ -83,7 +83,6 @@ # 'docfx' is excluded since it only needs to run in 'docs-presubmit' nox.options.sessions = [ - "unit-3.9", "unit-3.10", "unit-3.11", "unit-3.12",