From 035d1c445ab98786d8ed5aa4c5bb8638ac17ef7a Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:16:32 +0200 Subject: [PATCH 1/2] doc: clarify supported Python releases Exclude Python pre-release versions Signed-off-by: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index e477d46863f4..158bbc095ed1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -241,7 +241,7 @@ tarball and/or browse the git repository checked out at the relevant tag. ### Prerequisites -* [A supported version of Python][Python versions] for building and testing. +* [A supported version of Python][Python versions] for building and testing (excludes pre-release versions). * A Rust toolchain if [building Node.js with Temporal support](#building-nodejs-with-temporal-support). * Memory: at least 8GB of RAM is typically required when compiling with 4 parallel jobs (e.g: `make -j4`). From 97f0a5bf22368b50a57409f2c23ffc2e24c30753 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:46:55 +0200 Subject: [PATCH 2/2] re-order wording Co-authored-by: Antoine du Hamel --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 158bbc095ed1..b46abe291e6d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -241,7 +241,7 @@ tarball and/or browse the git repository checked out at the relevant tag. ### Prerequisites -* [A supported version of Python][Python versions] for building and testing (excludes pre-release versions). +* [A supported version of Python][Python versions] (excludes pre-release versions) for building and testing. * A Rust toolchain if [building Node.js with Temporal support](#building-nodejs-with-temporal-support). * Memory: at least 8GB of RAM is typically required when compiling with 4 parallel jobs (e.g: `make -j4`).