mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ae56342a81 | |||
| 3e49aeb940 | |||
| a91a5427de | |||
| ab69658efb |
@@ -3,6 +3,10 @@
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
|
||||||
|
## v178 (2020-09-07)
|
||||||
|
|
||||||
|
- Python 3.5.10 is now available (CPython) (#1062).
|
||||||
|
|
||||||
## v177 (2020-08-18)
|
## v177 (2020-08-18)
|
||||||
|
|
||||||
- Python 3.6.12 and 3.7.9 are now available (CPython) (#1054).
|
- Python 3.6.12 and 3.7.9 are now available (CPython) (#1054).
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ GEM
|
|||||||
excon
|
excon
|
||||||
moneta
|
moneta
|
||||||
multi_json (>= 1.9.2)
|
multi_json (>= 1.9.2)
|
||||||
heroku_hatchet (7.0.0)
|
heroku_hatchet (7.1.1)
|
||||||
excon (~> 0)
|
excon (~> 0)
|
||||||
platform-api (~> 3)
|
platform-api (~> 3)
|
||||||
rrrretry (~> 1)
|
rrrretry (~> 1)
|
||||||
|
|||||||
+1
-1
@@ -9,7 +9,7 @@ DEFAULT_PYTHON_VERSION="python-3.6.12"
|
|||||||
LATEST_38="python-3.8.5"
|
LATEST_38="python-3.8.5"
|
||||||
LATEST_37="python-3.7.9"
|
LATEST_37="python-3.7.9"
|
||||||
LATEST_36="python-3.6.12"
|
LATEST_36="python-3.6.12"
|
||||||
LATEST_35="python-3.5.9"
|
LATEST_35="python-3.5.10"
|
||||||
LATEST_34="python-3.4.10"
|
LATEST_34="python-3.4.10"
|
||||||
LATEST_27="python-2.7.18"
|
LATEST_27="python-2.7.18"
|
||||||
LATEST_PYPY_36="pypy3.6-7.3.1"
|
LATEST_PYPY_36="pypy3.6-7.3.1"
|
||||||
|
|||||||
Executable
+4
@@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# Build Path: /app/.heroku/python/
|
||||||
|
|
||||||
|
source $(dirname $0)/python3
|
||||||
Vendored
+1
-1
@@ -1 +1 @@
|
|||||||
python-3.5.9
|
python-3.5.10
|
||||||
|
|||||||
Reference in New Issue
Block a user