update default pythons

This commit is contained in:
Casey Faist
2019-09-11 14:51:21 -07:00
parent 1851bbf285
commit c969fa0d36
+3 -3
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
DEFAULT_PYTHON_VERSION="python-3.6.8"
LATEST_36="python-3.6.8"
LATEST_37="python-3.7.3"
DEFAULT_PYTHON_VERSION="python-3.6.9"
LATEST_36="python-3.6.9"
LATEST_37="python-3.7.4"
LATEST_35="python-3.5.7"
LATEST_34="python-3.4.10"
LATEST_27="python-2.7.16"