summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-09-18 12:37:23 (GMT)
committerGitHub <noreply@github.com>2023-09-18 12:37:23 (GMT)
commitdd5d2141abf78fcd787f12654f08bf1ee92288bf (patch)
tree81095c88183dd8ddd861c133ef57f85eaad39dcb
parent2209d814cab7630189faa0b9f9854986bd32f41c (diff)
downloadcpython-dd5d2141abf78fcd787f12654f08bf1ee92288bf.zip
cpython-dd5d2141abf78fcd787f12654f08bf1ee92288bf.tar.gz
cpython-dd5d2141abf78fcd787f12654f08bf1ee92288bf.tar.bz2
gh-109408: Azure Pipelines: test 3.12 branch (#109453)
-rw-r--r--.azure-pipelines/ci.yml2
-rw-r--r--.azure-pipelines/pr.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index 42eb448..b5b2765 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 3a8728b..daa2c7c 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