[Python-checkins] Add the 3.11 branch to the CI files

pablogsal webhook-mailer at python.org
Sat May 7 23:02:20 EDT 2022


https://github.com/python/cpython/commit/21282da0206e5927cff48e835a3d38b82e05dd08
commit: 21282da0206e5927cff48e835a3d38b82e05dd08
branch: 3.11
author: Pablo Galindo <pablogsal at gmail.com>
committer: pablogsal <Pablogsal at gmail.com>
date: 2022-05-08T04:02:02+01:00
summary:

Add the 3.11 branch to the CI files

files:
M .azure-pipelines/ci.yml
M .azure-pipelines/pr.yml
M .github/workflows/build.yml
M .github/workflows/build_msi.yml
M .github/workflows/doc.yml

diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index 199547432be29..9e9ce2108ed81 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 b96a192005a42..c3ecc67057280 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
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b489335903772..e04633b711f2f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,6 +8,7 @@ on:
   push:
     branches:
     - 'main'
+    - '3.11'
     - '3.10'
     - '3.9'
     - '3.8'
@@ -15,6 +16,7 @@ on:
   pull_request:
     branches:
     - 'main'
+    - '3.11'
     - '3.10'
     - '3.9'
     - '3.8'
diff --git a/.github/workflows/build_msi.yml b/.github/workflows/build_msi.yml
index cba1e51ef27d3..ec18735e9b9fa 100644
--- a/.github/workflows/build_msi.yml
+++ b/.github/workflows/build_msi.yml
@@ -5,6 +5,7 @@ on:
   push:
     branches:
     - 'main'
+    - '3.11'
     - '3.10'
     - '3.9'
     - '3.8'
@@ -14,6 +15,7 @@ on:
   pull_request:
     branches:
     - 'main'
+    - '3.11'
     - '3.10'
     - '3.9'
     - '3.8'
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 3ed66e74b8954..0d1b85d84746a 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -5,6 +5,7 @@ on:
   #push:
   #  branches:
   #  - 'main'
+  #  - '3.11'
   #  - '3.10'
   #  - '3.9'
   #  - '3.8'
@@ -14,6 +15,7 @@ on:
   pull_request:
     branches:
     - 'main'
+    - '3.11'
     - '3.10'
     - '3.9'
     - '3.8'



More information about the Python-checkins mailing list