From 74dc48f61c07c144375693bc0d9e3dde13da5e02 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Thu, 4 Nov 2021 19:36:44 -0700 Subject: [PATCH] Remove python 3.6 from macos pipeline (#9602) --- .../github/azure-pipelines/templates/py-packaging-stage.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml index 477f03d8a3..798e932c97 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml @@ -1013,8 +1013,6 @@ stages: MACOSX_DEPLOYMENT_TARGET: '10.14' strategy: matrix: - Python36: - PythonVersion: '3.6' Python37: PythonVersion: '3.7' Python38: