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

Commit d54046c

Browse files
authored
fix build
1 parent 3e7769c commit d54046c

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
@@ -368,7 +368,7 @@ def docs(session):
368368
)
369369

370370

371-
@nox.session(python="3.9")
371+
@nox.session(python="3.10")
372372
def doctests(session):
373373
# Install all test dependencies, then install this package into the
374374
# virtualenv's dist-packages.

0 commit comments

Comments
 (0)