]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add the 3.12 branch to the github workflows. (#104768)
authorT. Wouters <thomas@python.org>
Mon, 22 May 2023 23:16:28 +0000 (01:16 +0200)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 23:16:28 +0000 (01:16 +0200)
.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'