From b8482bed0e94600020d9f416db29b5b3a2b41a91 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Mon, 12 Dec 2022 20:18:18 +1300 Subject: [PATCH] Remove Py3.6 tests. No longer available for pipeline tests. --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eed804df..6a0f5f25 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,8 +15,6 @@ jobs: matrix: Python27: python.version: '2.7' - Python36: - python.version: '3.6' Python37: python.version: '3.7' Python38: