diff --git a/CHANGELOG.md b/CHANGELOG.md index e5aa678..58f58a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- Python 3.8.7 is now available (CPython) (#1122). ## v186 (2020-11-18) diff --git a/README.md b/README.md index 50c8cf7..abb3cd7 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Specify a Python Runtime Supported runtime options include: - `python-3.9.0` -- `python-3.8.6` +- `python-3.8.7` - `python-3.7.9` - `python-3.6.12` - `python-2.7.18` diff --git a/bin/default_pythons b/bin/default_pythons index ac39cc8..8fa210b 100755 --- a/bin/default_pythons +++ b/bin/default_pythons @@ -7,7 +7,7 @@ DEFAULT_PYTHON_VERSION="python-3.6.12" LATEST_39="python-3.9.0" -LATEST_38="python-3.8.6" +LATEST_38="python-3.8.7" LATEST_37="python-3.7.9" LATEST_36="python-3.6.12" LATEST_35="python-3.5.10" diff --git a/builds/runtimes/python-3.8.7 b/builds/runtimes/python-3.8.7 new file mode 100755 index 0000000..ad41723 --- /dev/null +++ b/builds/runtimes/python-3.8.7 @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ + +source $(dirname $0)/python3 diff --git a/test/fixtures/python3_8/runtime.txt b/test/fixtures/python3_8/runtime.txt index 0fd6938..3e4835c 100644 --- a/test/fixtures/python3_8/runtime.txt +++ b/test/fixtures/python3_8/runtime.txt @@ -1 +1 @@ -python-3.8.6 +python-3.8.7