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