Skip to content

Commit df5c158

Browse files
committed
updates the default python version for lint_setup.py
1 parent 594afe6 commit df5c158

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/db-dtypes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def format(session):
147147
)
148148

149149

150-
@nox.session(python=LINT_PYTHON_VERSION)
150+
@nox.session(python=DEFAULT_PYTHON_VERSION)
151151
def lint_setup_py(session):
152152
"""Verify that setup.py is valid (including RST check)."""
153153
session.install("docutils", "pygments")

0 commit comments

Comments
 (0)