From 68f3768b1ebd1a29edfd6736e697fac36122ff24 Mon Sep 17 00:00:00 2001 From: Linchin Date: Mon, 18 Nov 2024 13:39:06 -0800 Subject: [PATCH] test: use python 3.10 for docs --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 9587e6e..c487cd7 100644 --- a/noxfile.py +++ b/noxfile.py @@ -376,7 +376,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."""