Skip to content

Commit 026ada7

Browse files
committed
test(core): Update pytest.ini to remove references to EOL Python versions
1 parent 6399cb3 commit 026ada7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-core/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ filterwarnings =
77
# Remove once the minimum supported version of `google-api-core` is 2.15.0
88
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
99
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
10-
# Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped # version-scanner: ignore
10+
# Remove after support for Python 3.10+ is dropped
1111
# version-scanner: ignore-next-line
1212
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
1313
# version-scanner: ignore-next-line

0 commit comments

Comments
 (0)