From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:03:44 +0000 (-0700) Subject: [3.11] gh-109408: Azure Pipelines: test 3.12 branch (GH-109453) (#109536) X-Git-Tag: v3.11.6~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26b75b82995149ff6ecaece00f2b3025a52f0735;p=thirdparty%2FPython%2Fcpython.git [3.11] gh-109408: Azure Pipelines: test 3.12 branch (GH-109453) (#109536) Co-authored-by: Hugo van Kemenade --- diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 42eb448bc1c6..b5b2765e4384 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -1,4 +1,4 @@ -trigger: ['main', '3.11', '3.10', '3.9', '3.8', '3.7'] +trigger: ['main', '3.12', '3.11', '3.10', '3.9', '3.8', '3.7'] jobs: - job: Prebuild diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml index 3a8728bcda92..daa2c7ca97df 100644 --- a/.azure-pipelines/pr.yml +++ b/.azure-pipelines/pr.yml @@ -1,4 +1,4 @@ -pr: ['main', '3.11', '3.10', '3.9', '3.8', '3.7'] +pr: ['main', '3.12', '3.11', '3.10', '3.9', '3.8', '3.7'] jobs: - job: Prebuild