From 10e81a55dd8459e9f223048306422d00689da99b Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 21 Dec 2020 08:49:14 -0500 Subject: [PATCH] Disable Python 3.5 CI on Windows It was broken and is not worth fixing. --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5a0f32135..233fa3178 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,6 @@ environment: matrix: - PYTHON: C:\Python27 TOX_ENV: py27-test - - PYTHON: C:\Python35 - TOX_ENV: py35-test - PYTHON: C:\Python36 TOX_ENV: py36-test - PYTHON: C:\Python37