Skip to content

Commit

Permalink
Add support for Python 3.8.6 (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley authored Sep 24, 2020
1 parent eea9a7f commit f91f4ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

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

## v179 (2020-09-23)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Specify a Python Runtime

Supported runtime options include:

- `python-3.8.5`
- `python-3.8.6`
- `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 @@ -6,7 +6,7 @@
# shellcheck disable=2034

DEFAULT_PYTHON_VERSION="python-3.6.12"
LATEST_38="python-3.8.5"
LATEST_38="python-3.8.6"
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.6
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

0 comments on commit f91f4ee

Please sign in to comment.