mirror of
https://github.com/python/cpython
synced 2026-09-28 01:13:17 +03:00
Add the 3.11 branch to the CI files
This commit is contained in:
parent
09f0ad48ef
commit
9478b263a3
5 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue