From d85c11bcd1fc177405a6fe36eaddf92fbcb1b1db Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Thu, 12 Apr 2018 14:04:53 -0400 Subject: Bump appveyor Python 3 to 3.6 --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ff7122b4..f50f8386 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,8 +4,8 @@ environment: CODECOV_ENV: APPVEYOR_JOB_NAME matrix: - - APPVEYOR_JOB_NAME: "python35-x64" - PYTHON: "C:\\Python35-x64" + - APPVEYOR_JOB_NAME: "python36-x64" + PYTHON: "C:\\Python36-x64" - APPVEYOR_JOB_NAME: "python27-x64" PYTHON: "C:\\Python27-x64" -- cgit v1.2.3