diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-05-22 23:20:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-22 23:20:05 (GMT) |
commit | 97f85479131ad34daa3bc50e33c471fb2fe6c056 (patch) | |
tree | 0b442c37849d5db57852718f8ceea44c94b4ffcb /.github | |
parent | c2b127ed3ab44d404c502bd2f8f279253fd081e6 (diff) | |
download | cpython-97f85479131ad34daa3bc50e33c471fb2fe6c056.zip cpython-97f85479131ad34daa3bc50e33c471fb2fe6c056.tar.gz cpython-97f85479131ad34daa3bc50e33c471fb2fe6c056.tar.bz2 |
[3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769)
Add the 3.12 branch to the github workflows. (GH-104768)
(cherry picked from commit 4194d8f2c40f478eb0fc9b6fa9b913baaff229da)
Co-authored-by: T. Wouters <thomas@python.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/doc.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41abddf..b979719 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,7 @@ on: push: branches: - 'main' + - '3.12' - '3.11' - '3.10' - '3.9' @@ -16,6 +17,7 @@ on: pull_request: branches: - 'main' + - '3.12' - '3.11' - '3.10' - '3.9' diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 3f7550c..ec900ce 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -5,6 +5,7 @@ on: #push: # branches: # - 'main' + # - '3.12' # - '3.11' # - '3.10' # - '3.9' @@ -15,6 +16,7 @@ on: pull_request: branches: - 'main' + - '3.12' - '3.11' - '3.10' - '3.9' |