From 958cea36ccee352f8d135aef0599b21b516fad78 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 15 Feb 2021 23:06:38 +0100 Subject: [PATCH] Remove python 3.8 from AppVeyor following review See https://github.com/PyCQA/pylint/pull/4091\#discussion_r576412265 --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4c92db21a..9794d235c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,8 +10,6 @@ environment: - PYTHON: "C:\\Python37" TOXENV: "py37" - - PYTHON: "C:\\Python38" - TOXENV: "py38" init: - ps: echo $env:TOXENV