Skip to content

Commit cfd8d42

Browse files
authored
test: add 3.10 unit tests (#69)
* test: add 3.9, 3.10 unit tests * chore: add 3.10 constraints
1 parent f634d54 commit cfd8d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/google-cloud-testutils/noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def lint_setup_py(session):
7474
session.run("python", "setup.py", "check", "--restructuredtext", "--strict")
7575

7676

77-
@nox.session(python=["3.6", "3.7", "3.8", "3.9"])
77+
@nox.session(python=["3.6", "3.7", "3.8", "3.9", "3.10"])
7878
def unit(session):
7979
constraints_path = str(
8080
CURRENT_DIRECTORY / "testing" / f"constraints-{session.python}.txt"
@@ -119,4 +119,4 @@ def update_lower_bounds(session):
119119
"google-cloud-testutils",
120120
"--constraints-file",
121121
"testing/constraints-3.6.txt",
122-
)
122+
)

packages/google-cloud-testutils/testing/constraints-3.10.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)