diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-05-08 03:01:20 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-05-08 03:01:20 (GMT) |
commit | 9478b263a3279ebd445d722b1fdcdd1575bed652 (patch) | |
tree | b52f91f7deb8ad564b215495481c1bdba22e2d4e /.azure-pipelines | |
parent | 09f0ad48efd93b81a2e463d8efc46a45f50054dd (diff) | |
download | cpython-9478b263a3279ebd445d722b1fdcdd1575bed652.zip cpython-9478b263a3279ebd445d722b1fdcdd1575bed652.tar.gz cpython-9478b263a3279ebd445d722b1fdcdd1575bed652.tar.bz2 |
Add the 3.11 branch to the CI files
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/ci.yml | 2 | ||||
-rw-r--r-- | .azure-pipelines/pr.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 1995474..9e9ce21 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -1,7 +1,7 @@ variables: coverage: false -trigger: ['main', '3.10', '3.9', '3.8', '3.7'] +trigger: ['main', '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 b96a192..c3ecc67 100644 --- a/.azure-pipelines/pr.yml +++ b/.azure-pipelines/pr.yml @@ -1,7 +1,7 @@ variables: coverage: false -pr: ['main', '3.10', '3.9', '3.8', '3.7'] +pr: ['main', '3.11', '3.10', '3.9', '3.8', '3.7'] jobs: - job: Prebuild |