mirror of https://github.com/python/cpython.git
[3.11] gh-109408: Azure Pipelines: test 3.12 branch (GH-109453) (#109536)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
355a5cd262
commit
26b75b8299
|
@ -1,4 +1,4 @@
|
|||
trigger: ['main', '3.11', '3.10', '3.9', '3.8', '3.7']
|
||||
trigger: ['main', '3.12', '3.11', '3.10', '3.9', '3.8', '3.7']
|
||||
|
||||
jobs:
|
||||
- job: Prebuild
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pr: ['main', '3.11', '3.10', '3.9', '3.8', '3.7']
|
||||
pr: ['main', '3.12', '3.11', '3.10', '3.9', '3.8', '3.7']
|
||||
|
||||
jobs:
|
||||
- job: Prebuild
|
||||
|
|
Loading…
Reference in New Issue