Skip to content

Commit 5a5aa19

Browse files
yoshi-automationcojenco
authored andcommitted
feat: add testing for Python 3.9, drop Python 3.5 (googleapis#313)
1 parent 552a5de commit 5a5aa19

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
DEFAULT_PYTHON_VERSION = "3.8"
3030
SYSTEM_TEST_PYTHON_VERSIONS = ["2.7", "3.8"]
31-
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.5", "3.6", "3.7", "3.8"]
31+
UNIT_TEST_PYTHON_VERSIONS = ["2.7", "3.6", "3.7", "3.8", "3.9"]
3232

3333

3434
@nox.session(python=DEFAULT_PYTHON_VERSION)

synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-storage.git",
7-
"sha": "50b43d95863a0c3ede1feeff3e09346b495a539c"
7+
"sha": "59d859f2a80860d66135f656c4660b95937fce64"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)