create and stage new python runtimes

This commit is contained in:
Casey Faist
2019-10-17 14:07:09 -07:00
parent a165486180
commit 521ed3ff60
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -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
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/python/
source $(dirname $0)/python3
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/python/
source $(dirname $0)/python3