Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankQiu <iam.frankqiu@gmail.com>2021-10-04 10:01:04 +0300
committerRich Trott <rtrott@gmail.com>2021-10-07 03:07:07 +0300
commit7752088ef663baa29501480f19e1bbc6de852e0d (patch)
tree46f771654715bbdee7ad16fa70e27ec4d6b9584a /BUILDING.md
parent24c403cfaf8bdbcd8b19037531c8998709d2b949 (diff)
build: support Python 3.10.0
PR-URL: https://github.com/nodejs/node/pull/40296 Fixes: https://github.com/nodejs/node/issues/40294 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 520d9b3d521..99b2014c19b 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -235,7 +235,7 @@ The Node.js project supports Python >= 3 for building and testing.
* `gcc` and `g++` >= 8.3 or newer, or
* GNU Make 3.81 or newer
-* Python 3.6, 3.7, 3.8, or 3.9 (see note above)
+* Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above)
Installation via Linux package manager can be achieved with:
@@ -250,7 +250,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
#### macOS prerequisites
* Xcode Command Line Tools >= 11 for macOS
-* Python 3.6, 3.7, 3.8, or 3.9 (see note above)
+* Python 3.6, 3.7, 3.8, 3.9, or 3.10 (see note above)
macOS users can install the `Xcode Command Line Tools` by running
`xcode-select --install`. Alternatively, if you already have the full Xcode