Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Commit 1ba6cf7

Browse files
authored
1 parent 56f9132 commit 1ba6cf7

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Python 3.8.7 is now available (CPython) (#1125).
6+
57
## v187 (2020-12-08)
68

79
- Python 3.9.1 is now available (CPython) (#1127).

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Specify a Python Runtime
6363
Supported runtime options include:
6464

6565
- `python-3.9.1`
66-
- `python-3.8.6`
66+
- `python-3.8.7`
6767
- `python-3.7.9`
6868
- `python-3.6.12`
6969
- `python-2.7.18`

bin/default_pythons

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
DEFAULT_PYTHON_VERSION="python-3.6.12"
99
LATEST_39="python-3.9.1"
10-
LATEST_38="python-3.8.6"
10+
LATEST_38="python-3.8.7"
1111
LATEST_37="python-3.7.9"
1212
LATEST_36="python-3.6.12"
1313
LATEST_35="python-3.5.10"

builds/runtimes/python-3.8.7

+4
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

test/fixtures/python3_8/runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.8.6
1+
python-3.8.7

0 commit comments

Comments
 (0)