Skip to content

Commit 8850d37

Browse files
build: Use python 3.10 for docs session (#1042)
docs test container now requires python 3.10. Related: googleapis/python-bigquery#2058
1 parent 2c9d268 commit 8850d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

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

369369

370-
@nox.session(python="3.9")
370+
@nox.session(python="3.10")
371371
def docs(session):
372372
"""Build the docs for this library."""
373373

0 commit comments

Comments
 (0)