]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add the 3.11 branch to the CI files
authorPablo Galindo <pablogsal@gmail.com>
Sun, 8 May 2022 03:01:20 +0000 (04:01 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Sun, 8 May 2022 03:02:02 +0000 (04:02 +0100)
.azure-pipelines/ci.yml
.azure-pipelines/pr.yml
.github/workflows/build.yml
.github/workflows/build_msi.yml
.github/workflows/doc.yml

index 199547432be29446aa0574c4d192e86ab1bc0157..9e9ce2108ed818d7f6bd9c68e62f9fd368a05c3c 100644 (file)
@@ -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
index b96a192005a42d9750f607f767a52deea7317853..c3ecc67057280268611cf4bd06e6b2834ea50027 100644 (file)
@@ -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
index b489335903772cd1ef829351e0a2a4f73608c593..e04633b711f2f0387fc020ef1bfa219807fb8e85 100644 (file)
@@ -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'
index cba1e51ef27d3a387f05e09f83af023483e43529..ec18735e9b9fa6e86a83d96ba7fbe625ef07460f 100644 (file)
@@ -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'
index 3ed66e74b89542f3f56778c4a814e01bd670e8ba..0d1b85d84746a97461e7e28cddfdcf08b5de9b7f 100644 (file)
@@ -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'