summaryrefslogtreecommitdiffstats
path: root/.ci/appveyor/download_exes.py
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2018-02-16 15:56:35 +0100
committerAlessio Sergi <al3hex@gmail.com>2018-02-16 15:56:35 +0100
commitca1e27ab2e3443c51e69b8c21d5781fdb303c9db (patch)
tree2a6d4254dd632d9a6ba25489256bce57f4de6fc2 /.ci/appveyor/download_exes.py
parent8ecea8a6ea500b7759c0fcc54d6552401bab19da (diff)
Add AppVeyor testing for Python 3.6
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):