mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Deprecation warnings for Python 3.4 (#7378)
Fixes #7367 * Deprecation warnings for Python 3.4 users * CHANGELOG.md and AUTHORS.md * double equals typo
This commit is contained in:
@@ -1368,6 +1368,10 @@ def main(cli_args=None):
|
||||
if config.func != plugins_cmd:
|
||||
raise
|
||||
|
||||
if sys.version_info[:2] == (3, 4):
|
||||
logger.warning("Python 3.4 support will be dropped in the next release "
|
||||
"of Certbot - please upgrade your Python version.")
|
||||
|
||||
set_displayer(config)
|
||||
|
||||
# Reporter
|
||||
|
||||
Reference in New Issue
Block a user