Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWarn about Python 3.4 deprecation #7367
Comments
Fixes #7367 * Deprecation warnings for Python 3.4 users * CHANGELOG.md and AUTHORS.md * double equals typo
Once #7268 lands, we should warn about Certbot and its components deprecating Python 3.4 support. To do this we should:
acmeuse Python's warning system to register deprecation warnings.You can see how we did this for previous versions of Python in our git history.