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

Commit 419442e

Browse files
committed
adjust hardcoded py3.10 nox actions
1 parent cb3c871 commit 419442e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.librarian/generator-input/noxfile.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,7 @@ def cover(session):
357357
session.run("coverage", "erase")
358358

359359

360-
# py > 3.10 not supported yet
361-
@nox.session(python="3.10")
360+
@nox.session(python=DEFAULT_PYTHON_VERSION)
362361
def docs(session):
363362
"""Build the docs for this library."""
364363

@@ -393,8 +392,7 @@ def docs(session):
393392
)
394393

395394

396-
# py > 3.10 not supported yet
397-
@nox.session(python="3.10")
395+
@nox.session(python=DEFAULT_PYTHON_VERSION)
398396
def docfx(session):
399397
"""Build the docfx yaml files for this library."""
400398

0 commit comments

Comments
 (0)