]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Add the 3.12 branch to the github workflows. (GH-104768) (#104769)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 May 2023 23:20:05 +0000 (16:20 -0700)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 23:20:05 +0000 (01:20 +0200)
Add the 3.12 branch to the github workflows. (GH-104768)
(cherry picked from commit 4194d8f2c40f478eb0fc9b6fa9b913baaff229da)

Co-authored-by: T. Wouters <thomas@python.org>
.github/workflows/build.yml
.github/workflows/doc.yml

index 41abddffa5d648be43f6f0953cee99fe40ef709a..b9797192dba054b32cc65bc9884d608133a1f2e6 100644 (file)
@@ -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'
index 3f7550cc72943b3af2cc14f351a671f1fdb102ae..ec900ce68a1dded47eb1921129e07c47936f7e64 100644 (file)
@@ -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'