From 7a68296a94b6168a9726711f6d3844e0714b0602 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:21:25 +0200 Subject: [PATCH] [3.13] Add `3.13` and remove `3.7` in Azure Pipelines (GH-122670) (#122671) Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com> --- .azure-pipelines/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index b5b2765e438..d3e842d9f31 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -1,4 +1,4 @@ -trigger: ['main', '3.12', '3.11', '3.10', '3.9', '3.8', '3.7'] +trigger: ['main', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8'] jobs: - job: Prebuild