Skip to content

Commit 609e531

Browse files
committed
use 3.10 for docs
1 parent cda78b1 commit 609e531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/django-google-spanner/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def cover(session):
237237
session.run("coverage", "erase")
238238

239239

240-
@nox.session(python="3.9")
240+
@nox.session(python="3.10")
241241
def docs(session):
242242
"""Build the docs for this library."""
243243

0 commit comments

Comments
 (0)