From 260c9e5c7b9a0aa3775ba30fa5301e256f9546b8 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Wed, 11 Feb 2026 14:30:25 -0800 Subject: [PATCH] chore: remove 3.9 from kokoro tests --- noxfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index a1bce0822..ae348040f 100644 --- a/noxfile.py +++ b/noxfile.py @@ -85,7 +85,6 @@ CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute() nox.options.sessions = [ - "unit-3.9", "unit-3.10", "unit-3.11", "unit-3.12",