From 6694093b8eae1bc765b347205b198a153b83562b Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Wed, 10 Aug 2022 08:55:37 +0800 Subject: [PATCH] {CI} drop python 3.6 (#5218) * drop python36 * update --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 12216a7891c..3e932cfd640 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -102,8 +102,6 @@ jobs: vmImage: 'ubuntu-20.04' strategy: matrix: - Python36: - python.version: '3.6' Python38: python.version: '3.8' Python39: