Add support for Python 3.6.11 and 3.7.8 (#988)

This commit is contained in:
Denis Cornehl
2020-07-07 19:39:44 +02:00
committed by GitHub
parent 42507a3f9a
commit 0fdb62faa9
5 changed files with 16 additions and 5 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
DEFAULT_PYTHON_VERSION="python-3.6.10"
DEFAULT_PYTHON_VERSION="python-3.6.11"
LATEST_38="python-3.8.3"
LATEST_37="python-3.7.7"
LATEST_36="python-3.6.10"
LATEST_37="python-3.7.8"
LATEST_36="python-3.6.11"
LATEST_35="python-3.5.9"
LATEST_34="python-3.4.10"
LATEST_27="python-2.7.18"