File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
packages/google-cloud-dns Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,10 @@ filterwarnings =
1111 ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
1212 # Remove after support for Python 3.7 is dropped
1313 ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
14+ # Remove after support for Python 3.8 is dropped
15+ ignore:You are using a non-supported Python version \(3\.8:DeprecationWarning
16+ ignore:You are using a non-supported Python version \(3\.8:FutureWarning
17+ # Remove after support for Python 3.9 is dropped
18+ ignore:You are using a Python version \(3\.9:FutureWarning
19+ # Remove after support for Python 3.10 is dropped
20+ ignore:.*You are using a Python version \(3\.10:FutureWarning
You can’t perform that action at this time.
0 commit comments