mirror of https://github.com/python/cpython
Add the 3.11 branch to the CI files
This commit is contained in:
parent
09f0ad48ef
commit
9478b263a3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue