From d03cfe59b8299fa2672c681e6d217a669a30fd76 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Sun, 15 Nov 2020 15:57:22 +0000 Subject: [PATCH] Add support for Python 3.8.7 Closes @W-7791264@. --- CHANGELOG.md | 1 + README.md | 2 +- bin/default_pythons | 2 +- builds/runtimes/python-3.8.7 | 4 ++++ test/fixtures/python3_8/runtime.txt | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) create mode 100755 builds/runtimes/python-3.8.7 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