Skip to content

Commit 81f9fde

Browse files
bl-uedanielleadams
authored andcommitted
doc: clarify that only one Python version is required to build
PR-URL: #38894 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Zijian Liu <[email protected]>
1 parent f96bb92 commit 81f9fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ The Node.js project supports Python >= 3 for building and testing.
234234

235235
* `gcc` and `g++` >= 8.3 or newer, or
236236
* GNU Make 3.81 or newer
237-
* Python 3.6, 3.7, 3.8, and 3.9 (see note above)
237+
* Python 3.6, 3.7, 3.8, or 3.9 (see note above)
238238

239239
Installation via Linux package manager can be achieved with:
240240

@@ -249,7 +249,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
249249
#### macOS prerequisites
250250

251251
* Xcode Command Line Tools >= 11 for macOS
252-
* Python 3.6, 3.7, 3.8, and 3.9 (see note above)
252+
* Python 3.6, 3.7, 3.8, or 3.9 (see note above)
253253

254254
macOS users can install the `Xcode Command Line Tools` by running
255255
`xcode-select --install`. Alternatively, if you already have the full Xcode

0 commit comments

Comments
 (0)