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

Commit 6ba31b2

Browse files
authored
chore: remove 3.9 from kokoro tests (#1085)
Similar to googleapis/python-firestore#1163 . Python 3.9 tests will run in Github actions after the migration to google-cloud-python.
1 parent 78de0d5 commit 6ba31b2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.librarian/generator-input/noxfile.py

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

8282
nox.options.sessions = [
83-
"unit-3.9",
8483
"unit-3.10",
8584
"unit-3.11",
8685
"unit-3.12",

noxfile.py

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

8686
nox.options.sessions = [
87-
"unit-3.9",
8887
"unit-3.10",
8988
"unit-3.11",
9089
"unit-3.12",

0 commit comments

Comments
 (0)