From f9ee8349bc7c634408f8e3165edc4ad86d3267ca Mon Sep 17 00:00:00 2001 From: Matt Cooper Date: Sat, 4 May 2019 10:22:29 -0400 Subject: [PATCH] remove unsupported Python --- .azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index daa5c170..6e31d41f 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -23,8 +23,6 @@ strategy: python.version: '3.6' Python35Linux: python.version: '3.5' - Python34Linux: - python.version: '3.4' Python27Linux: python.version: '2.7' Python27Windows: