summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorT. Wouters <thomas@python.org>2023-05-22 23:16:28 (GMT)
committerGitHub <noreply@github.com>2023-05-22 23:16:28 (GMT)
commit4194d8f2c40f478eb0fc9b6fa9b913baaff229da (patch)
tree139e539cd32f0eecdcf631cb22dcd35d09033882
parent421cbf39fba94c4031c87d3c3e9bb8a8a4ca54a8 (diff)
downloadcpython-4194d8f2c40f478eb0fc9b6fa9b913baaff229da.zip
cpython-4194d8f2c40f478eb0fc9b6fa9b913baaff229da.tar.gz
cpython-4194d8f2c40f478eb0fc9b6fa9b913baaff229da.tar.bz2
Add the 3.12 branch to the github workflows. (#104768)
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/doc.yml2
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 3f7550cc..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'