File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ The Node.js project supports Python >= 3 for building and testing.
230230
231231* ` gcc ` and ` g++ ` >= 10.1 or newer
232232* GNU Make 3.81 or newer
233- * Python >=3.6 <=3.11 (see note above)
233+ * [ A supported version of Python ] [ ]
234234 * For test coverage, your Python installation must include pip.
235235
236236Installation via Linux package manager can be achieved with:
@@ -246,7 +246,7 @@ FreeBSD and OpenBSD users may also need to install `libexecinfo`.
246246#### macOS prerequisites
247247
248248* Xcode Command Line Tools >= 13 for macOS
249- * Python >=3.6 <=3.11 (see note above)
249+ * [ A supported version of Python ] [ ]
250250 * For test coverage, your Python installation must include pip.
251251
252252macOS users can install the ` Xcode Command Line Tools ` by running
@@ -887,3 +887,5 @@ incompatible with the official Node.js builds (e.g. using a ABI incompatible
887887version of a dependency), please reserve and use a custom ` NODE_MODULE_VERSION `
888888by opening a pull request against the registry available at
889889< https://github.com/nodejs/node/blob/HEAD/doc/abi_version_registry.json > .
890+
891+ [ A supported version of Python ] : https://devguide.python.org/versions/
You can’t perform that action at this time.
0 commit comments