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

Commit 3680c75

Browse files
committed
remove unit 3.7/3.8 in default nox session
1 parent f8050c8 commit 3680c75

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

noxfile.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,13 @@
7777
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
7878

7979
nox.options.sessions = [
80-
"unit",
80+
# TODO(https://github.com/googleapis/python-spanner/issues/1392):
81+
# Remove or restore testing for Python 3.7/3.8
82+
"unit-3.9",
83+
"unit-3.10",
84+
"unit-3.11",
85+
"unit-3.12",
86+
"unit-3.13",
8187
"system",
8288
"cover",
8389
"lint",

0 commit comments

Comments
 (0)