Skip to content

Commit cdccc79

Browse files
committed
undo accidental change to noxfile
1 parent 4e544f3 commit cdccc79

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
@@ -47,7 +47,7 @@ def lint(session):
4747
)
4848

4949

50-
@nox.session(python=["3.6", "3", "3.8", "3.9"])
50+
@nox.session(python=["3.6", "3.7", "3.8", "3.9"])
5151
@nox.parametrize(
5252
"oauth2client",
5353
[

0 commit comments

Comments
 (0)