Skip to content

Commit 48487f2

Browse files
partheanidhiii-27
authored andcommitted
chore: remove Python 3.9 from default nox session (#17017)
This PR removes Python 3.9 from the default nox session which is used in continuous builds. Python 3.9 unit tests are still running in presubmits via Github actions but cannot be tested in continuous builds since Python 3.9 has been removed from the testing image as of googleapis/testing-infra-docker#524.
1 parent 0f5b0f8 commit 48487f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/google-cloud-spanner/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
7272

7373
nox.options.sessions = [
74-
"unit-3.9",
7574
"unit-3.10",
7675
"unit-3.11",
7776
"unit-3.12",

0 commit comments

Comments
 (0)