Skip to content

Commit

Permalink
build: Use python 3.10 for docs session
Browse files Browse the repository at this point in the history
docs test container now requires python 3.10. Related: googleapis/python-bigquery#2058
  • Loading branch information
daniel-sanche authored Nov 13, 2024
1 parent 2c9d268 commit 9bc7174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,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."""

Expand Down

0 comments on commit 9bc7174

Please sign in to comment.