]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109408: Azure Pipelines: test 3.12 branch (#109453)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 18 Sep 2023 12:37:23 +0000 (06:37 -0600)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 12:37:23 +0000 (15:37 +0300)
.azure-pipelines/ci.yml
.azure-pipelines/pr.yml

index 42eb448bc1c66b1f2426f46d7ec63813b1945986..b5b2765e43844f956263525194ee9fad00204648 100644 (file)
@@ -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
index 3a8728bcda9272eff591c7d56ae5dbbabbf9f658..daa2c7ca97df6ae8581d935a87fe3613d863dc75 100644 (file)
@@ -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