Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 0d41115

Browse files
committed
added nox session
1 parent 1e98bc1 commit 0d41115

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"lint",
4343
"blacken",
4444
"mypy",
45-
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1787):
46-
# Remove or restore testing for Python 3.7/3.8
45+
"unit-3.7",
46+
"unit-3.8",
4747
"unit-3.9",
4848
"unit-3.10",
4949
"unit-3.11",

0 commit comments

Comments
 (0)