Skip to content

Commit 8a5317f

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 e6a1603 commit 8a5317f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-bigtable/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)