From 233a89be7a1a4526139695897ee5ef80e73191e3 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Fri, 13 Mar 2020 16:48:04 +0000 Subject: [PATCH] ci(appveyor): drop Python 3.5 and add 3.8 --- appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7da19a2..63adf8f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,14 +8,6 @@ environment: PYTHON_VERSION: "2.7.x" PYTHON_ARCH: "64" - - PYTHON: "C:\\Python35" - PYTHON_VERSION: "3.5.x" - PYTHON_ARCH: "32" - - - PYTHON: "C:\\Python35-x64" - PYTHON_VERSION: "3.5.x" - PYTHON_ARCH: "64" - - PYTHON: "C:\\Python36" PYTHON_VERSION: "3.6.x" PYTHON_ARCH: "32" @@ -31,6 +23,14 @@ environment: - PYTHON: "C:\\Python37-x64" PYTHON_VERSION: "3.7.x" PYTHON_ARCH: "64" + + - PYTHON: "C:\\Python38" + PYTHON_VERSION: "3.8.x" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python38-x64" + PYTHON_VERSION: "3.8.x" + PYTHON_ARCH: "64" version: "0.11.2.{build}" init: - cmd: echo ===== INIT & %PYTHON%\python --version