Skip to content

Commit

Permalink
Update gapic/templates/noxfile.py.j2
Browse files Browse the repository at this point in the history
Co-authored-by: Bu Sun Kim <[email protected]>
  • Loading branch information
yon-mg and busunkim96 authored Dec 30, 2020
1 parent 85a983d commit 638a639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapic/templates/noxfile.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import os
import nox # type: ignore


@nox.session(python=['3.6', '3.7', '3.8'])
@nox.session(python=['3.6', '3.7', '3.8', '3.9'])
def unit(session):
"""Run the unit test suite."""

Expand Down

0 comments on commit 638a639

Please sign in to comment.