Compare commits

...

4 Commits

Author SHA1 Message Date
Ed Morley 156b07ce2b Release v173 (#998) 2020-07-21 11:31:01 +01:00
Rust Saiargaliev e288ed5a9e Add support for CPython 3.8.5 (#996)
https://www.python.org/downloads/release/python-385/

Release contains a couple of security bugfixes.
Changelog: https://docs.python.org/release/3.8.5/whatsnew/changelog.html#changelog
2020-07-21 11:01:31 +01:00
Ed Morley 181e3395f9 Release v172 (#995) 2020-07-17 12:03:37 +01:00
Denis Cornehl 013ba6b1d9 Add support for Python 3.8.4 (#993) 2020-07-17 10:19:21 +01:00
5 changed files with 21 additions and 2 deletions
+11
View File
@@ -1,5 +1,16 @@
# Python Buildpack Changelog
# Master
# 173 (2020-07-21)
- Python 3.8.5 is now available (CPython)
# 172 (2020-07-17)
- Python 3.8.4 is now available (CPython)
# 171 (2020-07-07)
- Python 3.6.11 and 3.7.8 are now available (CPython).
+1 -1
View File
@@ -62,7 +62,7 @@ Specify a Python Runtime
Supported runtime options include:
- `python-3.8.3`
- `python-3.8.5`
- `python-3.7.8`
- `python-3.6.11`
- `python-2.7.18`
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
DEFAULT_PYTHON_VERSION="python-3.6.11"
LATEST_38="python-3.8.3"
LATEST_38="python-3.8.5"
LATEST_37="python-3.7.8"
LATEST_36="python-3.6.11"
LATEST_35="python-3.5.9"
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/python/
source $(dirname $0)/python3
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Build Path: /app/.heroku/python/
source $(dirname $0)/python3