summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-05-22 23:20:05 (GMT)
committerGitHub <noreply@github.com>2023-05-22 23:20:05 (GMT)
commit97f85479131ad34daa3bc50e33c471fb2fe6c056 (patch)
tree0b442c37849d5db57852718f8ceea44c94b4ffcb /.github
parentc2b127ed3ab44d404c502bd2f8f279253fd081e6 (diff)
downloadcpython-97f85479131ad34daa3bc50e33c471fb2fe6c056.zip
cpython-97f85479131ad34daa3bc50e33c471fb2fe6c056.tar.gz
cpython-97f85479131ad34daa3bc50e33c471fb2fe6c056.tar.bz2
[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@python.org>
Diffstat (limited to '.github')
-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 3f7550c..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'