From c782934dc286a1dd05f3c733006dc748ee45674d Mon Sep 17 00:00:00 2001 From: Loren Gordon Date: Thu, 22 Jun 2023 16:11:34 -0700 Subject: [PATCH] Removes py2.7 test on azure-pipelines due to runtime deprecation by the platform --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3333444ef..30737f817 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,10 +45,6 @@ jobs: image: [win19] architecture: x64 py: "3.6" - py27_64: - image: [win19] - architecture: x64 - py: "2.7" - job: build displayName: build standalone