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

Commit e2f6f0f

Browse files
committed
updated python versions
1 parent 0586d57 commit e2f6f0f

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@ branchProtectionRules:
2929
# List of required status check contexts that must pass for commits to be accepted to matching branches.
3030
requiredStatusCheckContexts:
3131
- 'Kokoro'
32-
- 'Kokoro system-3.8'
32+
- 'Kokoro system-3.9'
3333
- 'cla/google'
3434
- 'OwlBot Post Processor'
3535
- 'lint'
3636
- 'mypy'
3737
- 'docs'
3838
- 'docfx'
39-
- 'unit-3.7'
40-
- 'unit-3.8'
4139
- 'unit-3.9'
4240
- 'unit-3.10'
4341
- 'unit-3.11'

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.9"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
3838
"3.7",
@@ -59,7 +59,7 @@
5959
UNIT_TEST_EXTRAS: List[str] = []
6060
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
6161

62-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.14"]
62+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.9", "3.14"]
6363
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
6464
"mock",
6565
"pytest",

0 commit comments

Comments
 (0)