From 4d6b7b74a3a52f6524059b4a9fe1e67abf337a59 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 4 Aug 2024 19:16:45 +0200 Subject: [PATCH] [3.12] Add `3.13` and remove `3.7` in Azure Pipelines (GH-122670) (#122672) 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 b5b2765e4384..d3e842d9f31d 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 -- 2.47.3