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

Commit 0b5bb92

Browse files
authored
Update noxfile.py
1 parent 6ab995b commit 0b5bb92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def format(session):
157157
)
158158

159159

160-
@nox.session(python=LINT_PYTHON_VERSION)
160+
@nox.session(python=DEFAULT_PYTHON_VERSION)
161161
@_calculate_duration
162162
def lint_setup_py(session):
163163
"""Verify that setup.py is valid (including RST check)."""

0 commit comments

Comments
 (0)