Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 9bc7174

Browse files
build: Use python 3.10 for docs session
docs test container now requires python 3.10. Related: googleapis/python-bigquery#2058
1 parent 2c9d268 commit 9bc7174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)