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

Commit 5397db3

Browse files
committed
revert manual update of noxfile
1 parent 0139e03 commit 5397db3

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

noxfile.py

Lines changed: 2 additions & 6 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.9"
35+
DEFAULT_PYTHON_VERSION = "3.8"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
3838
"3.7",
@@ -75,11 +75,7 @@
7575
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
7676

7777
nox.options.sessions = [
78-
"unit-3.9",
79-
"unit-3.10",
80-
"unit-3.11",
81-
"unit-3.12",
82-
"unit-3.13",
78+
"unit",
8379
"system",
8480
"mypy",
8581
"cover",

0 commit comments

Comments
 (0)