File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ filterwarnings =
99 # Remove once the minimum supported version of `google-api-core` is 2.15.0
1010 ignore:.*pkg_resources.declare_namespace:DeprecationWarning
1111 ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
12- # Remove after support for Python 3.8/3.9 is dropped
13- ignore:You are using a non-supported Python version:DeprecationWarning
14- ignore:You are using a non-supported Python version:FutureWarning
15- ignore:You are using a Python version:FutureWarning
12+ # Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped
13+ ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
14+ ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning
You can’t perform that action at this time.
0 commit comments