10000 Add the 3.11 branch to the CI files · python/cpython@21282da · GitHub
[go: up one dir, main page]

Skip to content

Commit 21282da

Browse files
committed
Add the 3.11 branch to the CI files
1 parent 6fbb56d commit 21282da

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

.azure-pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variables:
22
coverage: false
33

4-
trigger: ['main', '3.10', '3.9', '3.8', '3.7']
4+
trigger: ['main', '3.11', '3.10', '3.9', '3.8', '3.7']
55

66
jobs:
77
- job: Prebuild

.azure-pipelines/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variables:
22
coverage: false
33

4-
pr: ['main', '3.10', '3.9', '3.8', '3.7']
4+
pr: ['main', '3.11', '3.10', '3.9', '3.8', '3.7']
55

66
jobs:
77
- job: Prebuild

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
push:
99
branches:
1010
- 'main'
11+
- '3.11'
1112
- '3.10'
1213
- '3.9'
1314
- '3.8'
1415
- '3.7'
1516
pull_request:
1617
branches:
1718
- 'main'
19+
- '3.11'
1820
- '3.10'
1921
- '3.9'
2022
- '3.8'

.github/workflows/build_msi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- 'main'
8+
- '3.11'
89
- '3.10'
910
- '3.9'
1011
- '3.8'
@@ -14,6 +15,7 @@ on:
1415
pull_request:
1516
branches:
1617
- 'main'
18+
- '3.11'
1719
- '3.10'
1820
- '3.9'
1921
- '3.8'

.github/workflows/doc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
#push:
66
# branches:
77
# - 'main'
8+
# - '3.11'
89
# - '3.10'
910
# - '3.9'
1011
# - '3.8'
@@ -14,6 +15,7 @@ on:
1415
pull_request:
1516
branches:
1617
- 'main'
18+
- '3.11'
1719
- '3.10'
1820
- '3.9'
1921
- '3.8'

0 commit comments

Comments
 (0)
0