Skip to content

Commit f42ff08

Browse files
committed
revert docs
1 parent 9257c5c commit f42ff08

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
@@ -430,7 +430,7 @@ def system_noextras(session: nox.sessions.Session):
430430
)
431431

432432

433-
@nox.session(python=LATEST_FULLY_SUPPORTED_PYTHON)
433+
@nox.session(python="3.10")
434434
def doctest(session: nox.sessions.Session):
435435
"""Run the system test suite."""
436436
run_system(

0 commit comments

Comments
 (0)