Skip to content

Commit

Permalink
undo accidental change to noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dossett committed Jan 4, 2021
1 parent 4e544f3 commit cdccc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -47,7 +47,7 @@ def lint(session):
)


@nox.session(python=["3.6", "3", "3.8", "3.9"])
@nox.session(python=["3.6", "3.7", "3.8", "3.9"])
@nox.parametrize(
"oauth2client",
[
Expand Down

0 comments on commit cdccc79

Please sign in to comment.