From 9bc717498cdfa260cdb6093620dc664fe6678a14 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Wed, 13 Nov 2024 15:52:34 -0800 Subject: [PATCH] build: Use python 3.10 for docs session docs test container now requires python 3.10. Related: https://github.com/googleapis/python-bigquery/pull/2058 --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 9fbc22d3a..4dfebe068 100644 --- a/noxfile.py +++ b/noxfile.py @@ -367,7 +367,7 @@ def cover(session): session.run("coverage", "erase") -@nox.session(python="3.9") +@nox.session(python="3.10") def docs(session): """Build the docs for this library."""