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

Commit 46ab19e

Browse files
committed
revert changes to noxfile.py
1 parent 18099da commit 46ab19e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@
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.10"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
38-
"3.7",
39-
"3.8",
4038
"3.9",
4139
"3.10",
4240
"3.11",

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def place_before(path, text, *before_text, escape=None):
109109
".github/workflows", # exclude gh actions as credentials are needed for tests
110110
".github/auto-label.yaml",
111111
"README.rst", # This repo has a customized README
112+
"noxfile.py",
112113
],
113114
)
114115
s.replace("noxfile.py",

0 commit comments

Comments
 (0)