We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8050c8 commit 3680c75Copy full SHA for 3680c75
1 file changed
noxfile.py
@@ -77,7 +77,13 @@
77
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
78
79
nox.options.sessions = [
80
- "unit",
+ # 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",
87
"system",
88
"cover",
89
"lint",
0 commit comments