Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 100cbe0

Browse files
committed
Update noxfile.py
1 parent 419442e commit 100cbe0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

noxfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,7 @@ def docs(session):
396396
)
397397

398398

399-
# py > 3.10 not supported yet
400-
@nox.session(python="3.10")
399+
@nox.session(python=DEFAULT_PYTHON_VERSION)
401400
def docfx(session):
402401
"""Build the docfx yaml files for this library."""
403402

0 commit comments

Comments
 (0)