mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 17:54:25 +02:00
deprecate python 3.7 support (#9730)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user