diff --git a/appveyor.yml b/appveyor.yml index 1675acd31..c3f3a1cbb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ environment: PYTHON_VERSION: "3.5.2" PYTHON_ARCH: "32" - - PYTHON: "C:\\Python35" + - PYTHON: "C:\\Python36" PYTHON_VERSION: "3.6.0" PYTHON_ARCH: "32" @@ -36,7 +36,7 @@ environment: PYTHON_VERSION: "3.5.2" PYTHON_ARCH: "64" - - PYTHON: "C:\\Python35-x64" + - PYTHON: "C:\\Python36-x64" PYTHON_VERSION: "3.6.0" PYTHON_ARCH: "64"