Skip to content

Commit 35925c0

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: update docfx minimum Python version
PiperOrigin-RevId: 579972890
1 parent 33c551e commit 35925c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def docs(session):
303303
)
304304

305305

306-
@nox.session(python="3.9")
306+
@nox.session(python="3.10")
307307
def docfx(session):
308308
"""Build the docfx yaml files for this library."""
309309

0 commit comments

Comments
 (0)