Skip to content

Commit

Permalink
build: Add python 3.12 tests (#192)
Browse files Browse the repository at this point in the history
* build: Add python 3.12 tests

* add constraints files
  • Loading branch information
parthea authored Dec 13, 2023
1 parent 011be70 commit 5c3c8c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-access-context-manager/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def install_systemtest_dependencies(session, *constraints):
session.install("-e", ".", *constraints)


@nox.session(python=["3.7", "3.8", "3.9"])
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
@nox.parametrize(
"library",
[
Expand Down
Empty file.
Empty file.

0 comments on commit 5c3c8c1

Please sign in to comment.