Skip to content

Commit

Permalink
chore: update docfx minimum Python version
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 579972890
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Nov 6, 2023
1 parent 33c551e commit 35925c0
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 @@ -303,7 +303,7 @@ def docs(session):
)


@nox.session(python="3.9")
@nox.session(python="3.10")
def docfx(session):
"""Build the docfx yaml files for this library."""

Expand Down

0 comments on commit 35925c0

Please sign in to comment.