From: Hugo van Kemenade Date: Mon, 18 Sep 2023 12:37:23 +0000 (-0600) Subject: gh-109408: Azure Pipelines: test 3.12 branch (#109453) X-Git-Tag: v3.13.0a1~406 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd5d2141abf78fcd787f12654f08bf1ee92288bf;p=thirdparty%2FPython%2Fcpython.git gh-109408: Azure Pipelines: test 3.12 branch (#109453) --- 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