diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6b85f..557d116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ # Master +- Doc: Update Readme with version numbers - update Code Owners to include the Heroku Buildpack Maintainers team - Clean up build log output @@ -9,6 +10,7 @@ - Bugfix: Clearing pip dependencies - 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 e3ea62a..8413f67 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,9 @@ Specify a Python Runtime Supported runtime options include: -- `python-3.7.4` -- `python-3.6.9` +- `python-3.8.2` +- `python-3.7.6` +- `python-3.6.10` - `python-2.7.17` ## Tests