From c49033dda5c6130a20bb8723e82e46ff2630e1b3 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 4 Sep 2018 09:19:21 -0700 Subject: Add Python 3.7 to appveyor --- appveyor.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e6ed73d..9ae5784 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,11 +20,15 @@ environment: PYTHON_ARCH: "32" - PYTHON: "C:\\Python35" - PYTHON_VERSION: "3.5.0" + PYTHON_VERSION: "3.5.6" PYTHON_ARCH: "32" - - PYTHON: "C:\\Python35" - PYTHON_VERSION: "3.6.3" + - PYTHON: "C:\\Python36" + PYTHON_VERSION: "3.6.6" + PYTHON_ARCH: "32" + + - PYTHON: "C:\\Python37" + PYTHON_VERSION: "3.7.0" PYTHON_ARCH: "32" - PYTHON: "C:\\Python27-x64" @@ -40,11 +44,15 @@ environment: PYTHON_ARCH: "64" - PYTHON: "C:\\Python35-x64" - PYTHON_VERSION: "3.5.0" + PYTHON_VERSION: "3.5.6" PYTHON_ARCH: "64" - PYTHON: "C:\\Python36-x64" - PYTHON_VERSION: "3.6.3" + PYTHON_VERSION: "3.6.6" + PYTHON_ARCH: "64" + + - PYTHON: "C:\\Python37-x64" + PYTHON_VERSION: "3.7.0" PYTHON_ARCH: "64" clone_depth: 25 -- cgit v1.2.1