Skip to content

Commit 79dbd79

Browse files
authored
Merge pull request #885 from heroku/new-pythons
Python 3.7.5 and 3.8.0
2 parents 3726d3b + 0b4a2d6 commit 79dbd79

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
- Add support for Python 3.8 branch
67
- Sqlite3 Update:
78
- Test Improvements

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)