Release prep 151 (#813)

* new runtimes

* update default latest
This commit is contained in:
Casey
2019-03-21 10:54:12 -07:00
committed by GitHub
parent 8db4a79392
commit 76bb572a4d
8 changed files with 74 additions and 6 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
DEFAULT_PYTHON_VERSION="python-3.6.8"
LATEST_36="python-3.6.8"
LATEST_37="python-3.7.2"
LATEST_35="python-3.5.6"
LATEST_34="python-3.4.9"
LATEST_35="python-3.5.7"
LATEST_34="python-3.4.10"
LATEST_27="python-2.7.16"
export DEFAULT_PYTHON_VERSION LATEST_37 LATEST_36 LATEST_35 LATEST_34 LATEST_27