From 44f2860d588e008e53758c68af5ca333291f1d5c Mon Sep 17 00:00:00 2001 From: Jim Steil Date: Wed, 6 May 2020 08:25:07 -0500 Subject: [PATCH] Update appveyor.yml Removed Python 3.5 per Leonel's recommendation --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a8918b2f..937db675 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,10 +10,6 @@ environment: COVERAGE_PROCESS_START: gluon/tests/coverage.ini PYTHON_ARCH: "64" - - PYTHON: "C:/Python35" - COVERAGE_PROCESS_START: gluon/tests/coverage.ini - PYTHON_ARCH: "64" - - PYTHON: "C:/Python36" COVERAGE_PROCESS_START: gluon/tests/coverage.ini PYTHON_ARCH: "64"