From 95de71dca5f023b78d96ca8b440232258ab823c2 Mon Sep 17 00:00:00 2001 From: New Future Date: Sun, 13 Mar 2022 06:00:18 +0000 Subject: [PATCH] ci(azure): remove python2.7 windows --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 39d6279..b9e19e5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,9 +29,6 @@ jobs: vmImage: 'windows-latest' strategy: matrix: - Python27: - python.version: '2.7' - pyinstaller.version: 'pyinstaller==3.6' Python37: python.version: '3.7' pyinstaller.version: 'pyinstaller'