diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-09-18 12:37:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 12:37:23 (GMT) |
commit | dd5d2141abf78fcd787f12654f08bf1ee92288bf (patch) | |
tree | 81095c88183dd8ddd861c133ef57f85eaad39dcb /.azure-pipelines/pr.yml | |
parent | 2209d814cab7630189faa0b9f9854986bd32f41c (diff) | |
download | cpython-dd5d2141abf78fcd787f12654f08bf1ee92288bf.zip cpython-dd5d2141abf78fcd787f12654f08bf1ee92288bf.tar.gz cpython-dd5d2141abf78fcd787f12654f08bf1ee92288bf.tar.bz2 |
gh-109408: Azure Pipelines: test 3.12 branch (#109453)
Diffstat (limited to '.azure-pipelines/pr.yml')
-rw-r--r-- | .azure-pipelines/pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |