summaryrefslogtreecommitdiffstats
path: root/.ci/appveyor/download_exes.py
diff options
context:
space:
mode:
Diffstat (limited to '.ci/appveyor/download_exes.py')
-rw-r--r--.ci/appveyor/download_exes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/appveyor/download_exes.py b/.ci/appveyor/download_exes.py
index cbea08e7..aa679d64 100644
--- a/.ci/appveyor/download_exes.py
+++ b/.ci/appveyor/download_exes.py
@@ -25,7 +25,7 @@ from concurrent.futures import ThreadPoolExecutor
BASE_URL = 'https://ci.appveyor.com/api'
-PY_VERSIONS = ['2.7', '3.4', '3.5']
+PY_VERSIONS = ['2.7', '3.4', '3.5', '3.6']
def term_supports_colors(file=sys.stdout):