summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-05-08 03:01:20 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-05-08 03:01:20 (GMT)
commit9478b263a3279ebd445d722b1fdcdd1575bed652 (patch)
treeb52f91f7deb8ad564b215495481c1bdba22e2d4e
parent09f0ad48efd93b81a2e463d8efc46a45f50054dd (diff)
downloadcpython-9478b263a3279ebd445d722b1fdcdd1575bed652.zip
cpython-9478b263a3279ebd445d722b1fdcdd1575bed652.tar.gz
cpython-9478b263a3279ebd445d722b1fdcdd1575bed652.tar.bz2
Add the 3.11 branch to the CI files
-rw-r--r--.azure-pipelines/ci.yml2
-rw-r--r--.azure-pipelines/pr.yml2
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/build_msi.yml2
-rw-r--r--.github/workflows/doc.yml2
5 files changed, 8 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
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b489335..e04633b 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 cba1e51..ec18735 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 3ed66e7..0d1b85d 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'