Skip to content

Commit dd5d214

Browse files
authored
gh-109408: Azure Pipelines: test 3.12 branch (#109453)
1 parent 2209d81 commit dd5d214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
trigger: ['main', '3.11', '3.10', '3.9', '3.8', '3.7']
1+
trigger: ['main', '3.12', '3.11', '3.10', '3.9', '3.8', '3.7']
22

33
jobs:
44
- job: Prebuild

.azure-pipelines/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pr: ['main', '3.11', '3.10', '3.9', '3.8', '3.7']
1+
pr: ['main', '3.12', '3.11', '3.10', '3.9', '3.8', '3.7']
22

33
jobs:
44
- job: Prebuild

0 commit comments

Comments
 (0)