Skip to content

Commit 7447886

Browse files
authored
Update TODO links
1 parent e81e4c8 commit 7447886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535

3636
DEFAULT_PYTHON_VERSION = "3.10"
37-
# TODO(https://github.com/googleapis/google-auth-library-python-oauthlib/issues/410):
37+
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1787):
3838
# Remove or restore testing for Python 3.7/3.8
3939
UNIT_TEST_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13"]
4040

@@ -46,7 +46,7 @@
4646
"lint",
4747
"blacken",
4848
"mypy",
49-
# TODO(https://github.com/googleapis/python-storage/issues/1499):
49+
# TODO(https://github.com/googleapis/google-auth-library-python/issues/1787):
5050
# Remove or restore testing for Python 3.7/3.8
5151
"unit-3.9",
5252
"unit-3.10",

0 commit comments

Comments
 (0)