From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 4 Aug 2024 17:21:25 +0000 (+0200) Subject: [3.13] Add `3.13` and remove `3.7` in Azure Pipelines (GH-122670) (#122671) X-Git-Tag: v3.13.0rc2~186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a68296a94b6168a9726711f6d3844e0714b0602;p=thirdparty%2FPython%2Fcpython.git [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> --- 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