From 4c432505f4a92884a64a77159664f041a583fbec Mon Sep 17 00:00:00 2001 From: Leland McInnes Date: Tue, 8 Feb 2022 12:00:29 -0500 Subject: [PATCH] Python 3.6 is deprecated; remove from testing --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3a465ba5..ade74e69 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,8 +50,6 @@ jobs: vmImage: 'windows-latest' strategy: matrix: - Python36: - python.version: '3.6' Python37: python.version: '3.7' Python38: