List support for Python 3.8 (#7392)

Fixes #7368.

When updating the changelog, I replaced the line about running tests on Python 3.8 because I personally think that support for Python 3.8 is the most relevant information for our users/packagers about our changes in this area.

* List support for Python 3.8.

* Update changelog.
This commit is contained in:
Brad Warren
2019-09-24 11:38:38 -07:00
committed by GitHub
parent 18e6c6c2a8
commit 8cb57566c0
22 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Added
* Run tests on Python3.8.
* Support for Python 3.8 was added to Certbot and all of its components.
### Changed