Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit eee3994

Browse files
yoshi-automationtswast
authored andcommitted
test: add 3.9 unit tests
Test library with Python 3.9.
1 parent ae95417 commit eee3994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

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

3333

3434
@nox.session(python=DEFAULT_PYTHON_VERSION)

synth.metadata

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery-connection.git",
7-
"sha": "64eec3189a3261691acbc0726504376b4ea90255"
7+
"sha": "ae9541725aa6669dfa22cc7c4c9310dbe2a2764d"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)