Skip to content

Commit 521ed3f

Browse files
committed
create and stage new python runtimes
1 parent a165486 commit 521ed3f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Master
44

5+
- Python 3.7.5 and 3.8.0 now available on Heroku 18 and 16.
56
- Sqlite3 Update:
67
- Add Tests
78
- Test for Pysqlite

builds/runtimes/python-3.7.5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/python/
3+
4+
source $(dirname $0)/python3

builds/runtimes/python-3.8.0

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
# Build Path: /app/.heroku/python/
3+
4+
source $(dirname $0)/python3

0 commit comments

Comments
 (0)