ci(appveyor): drop Python 3.5 and add 3.8

This commit is contained in:
D. Bohdan 2020-03-13 16:48:04 +00:00
parent 79437388f0
commit 233a89be7a
1 changed files with 8 additions and 8 deletions

View File

@ -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