add 3.8 support

This commit is contained in:
Casey Faist
2019-10-17 14:59:26 -07:00
parent a165486180
commit 9a830367fe
4 changed files with 13 additions and 2 deletions
+1
View File
@@ -52,6 +52,7 @@ export VENDOR_URL
source "$BIN_DIR/default_pythons"
# Supported Python Branches
PY38="python-3.8"
PY37="python-3.7"
PY36="python-3.6"
PY35="python-3.5"