File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,17 @@ LATEST_2="python-2.7.15"
60
60
PY37=" python-3.7"
61
61
PY36=" python-3.6"
62
62
PY35=" python-3.5"
63
- PY35 =" python-3.4"
63
+ PY34 =" python-3.4"
64
64
PY27=" python-2.7"
65
65
66
66
# Which stack is used (for binary downloading), if none is provided (e.g. outside of Heroku)?
67
67
DEFAULT_PYTHON_STACK=" cedar-14"
68
68
# If pip doesn't match this version (the version we install), run the installer.
69
69
PIP_UPDATE=" 9.0.2"
70
70
71
- export DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE LATEST_2 LATEST_36 LATEST_37
72
- export PY37 PY36 PY35 PY27
71
+ export DEFAULT_PYTHON_VERSION DEFAULT_PYTHON_STACK PIP_UPDATE
72
+ export LATEST_2 LATEST_36 LATEST_37 LATEST_35 LATEST_34
73
+ export PY37 PY36 PY35 PY27 PY34
73
74
74
75
# Common Problem Warnings:
75
76
# This section creates a temporary file in which to stick the output of `pip install`.
Original file line number Diff line number Diff line change 52
52
exit 1
53
53
fi
54
54
55
-
56
55
if [[ " $STACK " != " $CACHED_PYTHON_STACK " ]]; then
57
56
puts-step " Stack has changed from $CACHED_PYTHON_STACK to $STACK , clearing cache"
58
57
rm -fr .heroku/python-stack .heroku/python-version .heroku/python .heroku/vendor .heroku/python .heroku/python-sqlite3-version
You can’t perform that action at this time.
0 commit comments