-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Deprecate Python 3.5 support #8149
Copy link
Copy link
Closed
Labels
area: code healtharea: pythonhas prpriority: highIssues that should be included in the current milestone if at all possible.Issues that should be included in the current milestone if at all possible.
Milestone
Metadata
Metadata
Assignees
Labels
area: code healtharea: pythonhas prpriority: highIssues that should be included in the current milestone if at all possible.Issues that should be included in the current milestone if at all possible.
Python 3.5 is scheduled to reach its end of life in September. See https://devguide.python.org/#status-of-python-branches.
To stay ahead of the curve, I think we should deprecate support for Python 3.5 now and then remove support for it in our release in the beginning of September.
You can find an example of how we've done this in the past at #7378. In addition to what was done there though, since there is some support for using Certbot as a library, I think we should add a warning to Certbot's
__init__.pylike we do inacmetoo.