From: Damien <81557462+Damien-Chen@users.noreply.github.com> Date: Sun, 4 Aug 2024 16:57:20 +0000 (+0800) Subject: Add `3.13` and remove `3.7` in Azure Pipelines (#122670) X-Git-Tag: v3.14.0a1~886 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bde3d8e03eb3d0632d0dced0ab710ab9e3b2894;p=thirdparty%2FPython%2Fcpython.git Add `3.13` and remove `3.7` in Azure Pipelines (#122670) --- 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