From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 22 May 2023 23:20:05 +0000 (-0700) Subject: [3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769) X-Git-Tag: v3.12.0b2~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97f85479131ad34daa3bc50e33c471fb2fe6c056;p=thirdparty%2FPython%2Fcpython.git [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 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41abddffa5d6..b9797192dba0 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 3f7550cc7294..ec900ce68a1d 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'