Skip to content

Commit 9ac4ef5

Browse files
committed
restore 3.7/3.8
1 parent b7ef4e4 commit 9ac4ef5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/google-auth/noxfile.py

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

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

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

0 commit comments

Comments
 (0)