From 029b58b2a6d0d78b9f7ae0dde95ab8fc97022316 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Thu, 10 Aug 2023 21:09:25 +1200 Subject: [PATCH] Remove Py2.7 tests This is no longer supported in azure pipelines. --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a0f5f25..06ceef4f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,6 @@ jobs: vmImage: 'Ubuntu-latest' strategy: matrix: - Python27: - python.version: '2.7' Python37: python.version: '3.7' Python38: