[Python-checkins] [3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769)

Yhg1s webhook-mailer at python.org
Mon May 22 19:20:12 EDT 2023


https://github.com/python/cpython/commit/97f85479131ad34daa3bc50e33c471fb2fe6c056
commit: 97f85479131ad34daa3bc50e33c471fb2fe6c056
branch: 3.12
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Yhg1s <thomas at python.org>
date: 2023-05-23T01:20:05+02:00
summary:

[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 at python.org>

files:
M .github/workflows/build.yml
M .github/workflows/doc.yml

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'



More information about the Python-checkins mailing list