Skip to content

Commit f91f4ee

Browse files
authored
1 parent eea9a7f commit f91f4ee

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
- Python 3.8.6 is now available (CPython) (#1072).
56

67
## v179 (2020-09-23)
78

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Specify a Python Runtime
6262

6363
Supported runtime options include:
6464

65-
- `python-3.8.5`
65+
- `python-3.8.6`
6666
- `python-3.7.9`
6767
- `python-3.6.12`
6868
- `python-2.7.18`

bin/default_pythons

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# shellcheck disable=2034
77

88
DEFAULT_PYTHON_VERSION="python-3.6.12"
9-
LATEST_38="python-3.8.5"
9+
LATEST_38="python-3.8.6"
1010
LATEST_37="python-3.7.9"
1111
LATEST_36="python-3.6.12"
1212
LATEST_35="python-3.5.10"

builds/runtimes/python-3.8.6

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)