From 35925c0cf1224cfc0cea4f6096e618ac6c88c62d Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Mon, 6 Nov 2023 15:18:36 -0800 Subject: [PATCH] chore: update docfx minimum Python version PiperOrigin-RevId: 579972890 --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 4635c0c558..c34817f137 100644 --- a/noxfile.py +++ b/noxfile.py @@ -303,7 +303,7 @@ def docs(session): ) -@nox.session(python="3.9") +@nox.session(python="3.10") def docfx(session): """Build the docfx yaml files for this library."""