]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update CI files to build the 3.10 branch
authorPablo Galindo <pablogsal@gmail.com>
Tue, 4 May 2021 00:47:28 +0000 (01:47 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 4 May 2021 00:47:28 +0000 (01:47 +0100)
.azure-pipelines/ci.yml
.azure-pipelines/pr.yml
.github/workflows/build.yml
.github/workflows/build_msi.yml
.github/workflows/doc.yml

index 0fe754bb071ea3d93c7234c0255150886d9a8134..fd7b9c6f635ff6e9ea087be8f776bfd36bc4f240 100644 (file)
@@ -1,7 +1,7 @@
 variables:
   coverage: false
 
-trigger: ['master', '3.9', '3.8', '3.7']
+trigger: ['master', '3.10', '3.9', '3.8', '3.7']
 
 jobs:
 - job: Prebuild
index 2d32e6d49bcc0e6eedf05db78029f1aad085dbff..a5840b73c8cb11e988a064c76e62604e0a2b1398 100644 (file)
@@ -1,7 +1,7 @@
 variables:
   coverage: false
 
-pr: ['master', '3.9', '3.8', '3.7']
+pr: ['master', '3.10', '3.9', '3.8', '3.7']
 
 jobs:
 - job: Prebuild
index 41200bb957e47c09f9612b0a90cb1612fafde0c2..adcadd55f2ed1e4b55525b8efe09d2844fe97026 100644 (file)
@@ -7,12 +7,14 @@ on:
   push:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7
   pull_request:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7
index 182eb7ce571671b3ff429e679c3be2fffdbc9cf5..28ce06f3cf4e08d494e547a03a3c4983a195853c 100644 (file)
@@ -4,6 +4,7 @@ on:
   push:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7
@@ -12,6 +13,7 @@ on:
   pull_request:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7
index 8924fc992e25e61cf9a0408d54eae924bda8dbd1..4426238b9d9fa04a95c0c7678ccee9fc97632d43 100644 (file)
@@ -12,6 +12,7 @@ on:
   pull_request:
     branches:
     - master
+    - 3.10
     - 3.9
     - 3.8
     - 3.7