summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/internal/download_exes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internal/download_exes.py b/scripts/internal/download_exes.py
index 2a40168c..d8d2768b 100755
--- a/scripts/internal/download_exes.py
+++ b/scripts/internal/download_exes.py
@@ -27,7 +27,7 @@ from psutil import __version__ as PSUTIL_VERSION
BASE_URL = 'https://ci.appveyor.com/api'
-PY_VERSIONS = ['2.7', '3.3', '3.4', '3.5']
+PY_VERSIONS = ['2.7', '3.3', '3.4', '3.5', '3.6']
def exit(msg):