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

Commit 1e98bc1

Browse files
committed
add 3.7 and 3.8 to unit tests
1 parent 7d3d877 commit 1e98bc1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
]
3333

3434
DEFAULT_PYTHON_VERSION = "3.14"
35-
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1787):
36-
# Remove or restore testing for Python 3.7/3.8
37-
UNIT_TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
35+
UNIT_TEST_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3836

3937
# Error if a python version is missing
4038
nox.options.error_on_missing_interpreters = True

0 commit comments

Comments
 (0)