From 7081d91f30728653000bdfc59ea85a3395f96418 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Thu, 20 Jun 2019 09:51:50 +0200 Subject: [PATCH] Drop support for 3.4 in appveyor and use 3.7 instead --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 06332eb0f..7db2120f4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,15 +4,15 @@ cache: - 'C:\\tmp' environment: matrix: - - PYTHON: "C:\\Python34" - TOXENV: "py34" - - PYTHON: "C:\\Python35" TOXENV: "py35" - PYTHON: "C:\\Python36" TOXENV: "py36" + - PYTHON: "C:\\Python37" + TOXENV: "py37" + init: - ps: echo $env:TOXENV - ps: ls C:\Python*