Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add testing for Python 3.9, drop Python 3.5 (#313)
  • Loading branch information
yoshi-automation committed Nov 13, 2020
1 parent 59d859f commit fa14009
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -28,7 +28,7 @@

DEFAULT_PYTHON_VERSION = "3.8"
SYSTEM_TEST_PYTHON_VERSIONS = ["2.7", "3.8"]
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8"]
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]


@nox.session(python=DEFAULT_PYTHON_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-storage.git",
"sha": "50b43d95863a0c3ede1feeff3e09346b495a539c"
"sha": "59d859f2a80860d66135f656c4660b95937fce64"
}
},
{
Expand Down

0 comments on commit fa14009

Please sign in to comment.