deprecate python 3.7 support (#9730)

This commit is contained in:
Brad Warren
2023-07-10 08:06:04 +10:00
committed by GitHub
parent a7674548ab
commit e6572e695b
5 changed files with 25 additions and 0 deletions
+2
View File
@@ -26,6 +26,7 @@
# It is also is used in sphinxcontrib-devhelp 1.0.2 which as of writing this
# is the latest version of that library. See
# https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/1.0.2/setup.py#L69.
# 7) Ignore our own PendingDeprecationWarning about Python 3.7 soon to be dropped.
filterwarnings =
error
ignore:decodestring\(\) is a deprecated alias:DeprecationWarning:dns
@@ -33,3 +34,4 @@ filterwarnings =
ignore:'urllib3.contrib.pyopenssl:DeprecationWarning:requests_toolbelt
ignore:update_symlinks is deprecated:PendingDeprecationWarning
ignore:.*declare_namespace\(':DeprecationWarning
ignore:Python 3.7 support will be dropped:PendingDeprecationWarning