From d5f2622b4124a2f5128b4ad9244bd5d834ffeceb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Feb 2017 10:20:10 +0530 Subject: [PATCH] Use python36 instead of python35 to bootstrap --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9efa153e3a..558fb39302 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,3 @@ - os: Visual Studio 2015 clone_folder: C:\calibre @@ -19,7 +18,7 @@ platform: - x64 before_build: - - C:\Python35-x64\python.exe setup/win-ci.py sw + - C:\Python36-x64\python.exe setup/win-ci.py sw build_script: - C:\sw\private\python\python.exe setup/win-ci.py build