From ea707c9e84215eabc18a24d29ba53b6f5457522b Mon Sep 17 00:00:00 2001 From: borismo <2323800+borismo@users.noreply.github.com> Date: Sat, 27 Oct 2018 14:55:05 +0200 Subject: [PATCH] Add configuration for Windows Python 3.7 Also update 3.6 version --- appveyor.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9cf3107..a12aa5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,11 +17,19 @@ environment: PYTHON_ARCH: "64" - PYTHON: "C:\\Python36" - PYTHON_VERSION: "3.6.1" + PYTHON_VERSION: "3.6.7" PYTHON_ARCH: "32" - PYTHON: "C:\\Python36-x64" - PYTHON_VERSION: "3.6.1" + PYTHON_VERSION: "3.6.7" + PYTHON_ARCH: "64" + + - PYTHON: "C:\\Python37" + PYTHON_VERSION: "3.7.1" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python37-x64" + PYTHON_VERSION: "3.7.1" PYTHON_ARCH: "64" build: false