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

Commit 7f4836e

Browse files
committed
adjust noxfile python version
1 parent 831eec6 commit 7f4836e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
MYPY_VERSION = "mypy==1.10.0"
3636

37-
DEFAULT_PYTHON_VERSION = "3.8"
37+
DEFAULT_PYTHON_VERSION = "3.10"
3838

3939
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
4040
"3.7",
@@ -351,7 +351,7 @@ def cover(session):
351351
session.run("coverage", "erase")
352352

353353

354-
@nox.session(python="3.10")
354+
@nox.session(python=DEFAULT_PYTHON_VERSION)
355355
def docs(session):
356356
"""Build the docs for this library."""
357357

@@ -386,7 +386,7 @@ def docs(session):
386386
)
387387

388388

389-
@nox.session(python="3.10")
389+
@nox.session(python=DEFAULT_PYTHON_VERSION)
390390
def docfx(session):
391391
"""Build the docfx yaml files for this library."""
392392

0 commit comments

Comments
 (0)