10000 fix: avoid hardcoding single python version in nox · googleapis/proto-plus-python@7a64bb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a64bb3

Browse files
committed
fix: avoid hardcoding single python version in nox
1 parent 8ecf013 commit 7a64bb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def prerelease_deps(session, implementation):
131131
)
132132

133133

134-
@nox.session(python="3.10")
134+
@nox.session
135135
def docs(session):
136136
"""Build the docs."""
137137

@@ -164,7 +164,7 @@ def docs(session):
164164
)
165165

166166

167-
@nox.session(python="3.10")
167+
@nox.session
168168
def lint_setup_py(session):
169169
"""Verify that setup.py is valid (including RST check)."""
170170

0 commit comments

Comments
 (0)
0