Skip to content

Commit 40bc244

Browse files
authored
chore: update docfx minimum Python version (#1712)
1 parent eff365d commit 40bc244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def docs(session):
427427
)
428428

429429

430-
@nox.session(python="3.9")
430+
@nox.session(python="3.10")
431431
def docfx(session):
432432
"""Build the docfx yaml files for this library."""
433433

0 commit comments

Comments
 (0)