From 66e82657ef5a40dde58d77a4a69a1b24116d7f9e Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Jul 2020 11:32:25 +0200 Subject: [PATCH] [ci] swith appveyor py35 to py38 --- .appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 0c21b176..e1550061 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,14 +15,6 @@ environment: PYTHON_VERSION: 2.7.x PYTHON_ARCH: 64 - - PYTHONDIR: C:\Python35 - PYTHON_VERSION: 3.5.x - PYTHON_ARCH: 32 - - - PYTHONDIR: C:\Python35-x64 - PYTHON_VERSION: 3.5.x - PYTHON_ARCH: 64 - - PYTHONDIR: C:\Python36 PYTHON_VERSION: 3.6.x PYTHON_ARCH: 32 @@ -39,6 +31,14 @@ environment: PYTHON_VERSION: 3.7.x PYTHON_ARCH: 64 + - PYTHONDIR: C:\Python38 + PYTHON_VERSION: 3.8.x + PYTHON_ARCH: 32 + + - PYTHONDIR: C:\Python38-x64 + PYTHON_VERSION: 3.8.x + PYTHON_ARCH: 64 + install: - ECHO "Installed SDKs:" - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\"" -- 2.11.0