Skip to content

Commit aea3f56

Browse files
committed
revert
1 parent a2e2cd7 commit aea3f56

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

samples/cloud-client/snippets/noxfile_config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222

2323
TEST_CONFIG_OVERRIDE = {
2424
# You can opt out from the test for specific Python versions.
25-
# TODO(https://github.com/googleapis/google-auth-library-python-oauthlib/issues/410):
26-
# Remove or restore testing for Python 3.7/3.8
27-
"ignored_versions": ["2.7", "3.7", "3.8"],
25+
"ignored_versions": ["2.7"],
2826
# Old samples are opted out of enforcing Python type hints
2927
# All new samples should feature them
3028
"enforce_type_hints": True,

0 commit comments

Comments
 (0)