diff --git a/CHANGELOG.md b/CHANGELOG.md index 7617a30..0fb1ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Correct ftp to https in vendored file - Warn for Django 1.11 approaching EOL, provide link to roadmap +- Update Python versions in README to match docs -------------------------------------------------------------------------------- diff --git a/README.md b/README.md index 34e53a5..8413f67 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ Specify a Python Runtime Supported runtime options include: -- `python-3.8.0` -- `python-3.7.5` -- `python-3.6.9` +- `python-3.8.2` +- `python-3.7.6` +- `python-3.6.10` - `python-2.7.17` ## Tests