From de8c240c2c54e011de1cd15e14f8b1bd1206596b Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Tue, 11 Nov 2025 13:10:44 +0800 Subject: [PATCH] drop py3.9 --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e81518ff8a4..7b9a213cfd2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -90,8 +90,6 @@ jobs: name: ${{ variables.ubuntu_pool }} strategy: matrix: - Python39: - python.version: '3.9' Python310: python.version: '3.10' Python311: