Skip to content

Commit

Permalink
Use 3.7 for Blacken (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored and JustinBeckwith committed Feb 12, 2019
1 parent efbbab8 commit cef45ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def lint(session):
session.run("flake8", "google", "tests")


@nox.session(python="3.6")
@nox.session(python="3.7")
def blacken(session):
"""Run black.

Expand Down

0 comments on commit cef45ee

Please sign in to comment.