From 521ed3ff60c61949fc1983131bc81e95305d64a3 Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Thu, 17 Oct 2019 14:07:09 -0700 Subject: [PATCH] create and stage new python runtimes --- CHANGELOG.md | 1 + builds/runtimes/python-3.7.5 | 4 ++++ builds/runtimes/python-3.8.0 | 4 ++++ 3 files changed, 9 insertions(+) create mode 100755 builds/runtimes/python-3.7.5 create mode 100755 builds/runtimes/python-3.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e2265d6..9582c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ # Master +- Python 3.7.5 and 3.8.0 now available on Heroku 18 and 16. - Sqlite3 Update: - Add Tests - Test for Pysqlite diff --git a/builds/runtimes/python-3.7.5 b/builds/runtimes/python-3.7.5 new file mode 100755 index 0000000..ad41723 --- /dev/null +++ b/builds/runtimes/python-3.7.5 @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ + +source $(dirname $0)/python3 diff --git a/builds/runtimes/python-3.8.0 b/builds/runtimes/python-3.8.0 new file mode 100755 index 0000000..ad41723 --- /dev/null +++ b/builds/runtimes/python-3.8.0 @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +# Build Path: /app/.heroku/python/ + +source $(dirname $0)/python3