Skip to content

Commit

Permalink
Add support for Python 3.8.7 (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley authored Dec 21, 2020
1 parent 56f9132 commit 1ba6cf7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Python 3.8.7 is now available (CPython) (#1125).

## v187 (2020-12-08)

- Python 3.9.1 is now available (CPython) (#1127).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Specify a Python Runtime
Supported runtime options include:

- `python-3.9.1`
- `python-3.8.6`
- `python-3.8.7`
- `python-3.7.9`
- `python-3.6.12`
- `python-2.7.18`
Expand Down
2 changes: 1 addition & 1 deletion bin/default_pythons
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

DEFAULT_PYTHON_VERSION="python-3.6.12"
LATEST_39="python-3.9.1"
LATEST_38="python-3.8.6"
LATEST_38="python-3.8.7"
LATEST_37="python-3.7.9"
LATEST_36="python-3.6.12"
LATEST_35="python-3.5.10"
Expand Down
4 changes: 4 additions & 0 deletions builds/runtimes/python-3.8.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/python/

source $(dirname $0)/python3
2 changes: 1 addition & 1 deletion test/fixtures/python3_8/runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.8.6
python-3.8.7

0 comments on commit 1ba6cf7

Please sign in to comment.