diff options
author | Christian Clauss <cclauss@me.com> | 2021-12-06 14:49:33 +0100 |
---|---|---|
committer | Danielle Adams <adamzdanielle@gmail.com> | 2022-01-31 23:08:53 -0500 |
commit | 22970c67fc6a091808c1839073afc2439cb1d608 (patch) | |
tree | 85df51823b6d28ab11b642e053e11c0e4a6b30f4 | |
parent | f35bd5223fe6f9a97eedaf25ea8d6eacd2a246f8 (diff) | |
download | node-new-22970c67fc6a091808c1839073afc2439cb1d608.tar.gz |
doc: document support building with Python 3.10 on Windows
PR-URL: https://github.com/nodejs/node/pull/41098
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
-rw-r--r-- | BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md index 1644e14d05..fe778719d6 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -570,7 +570,7 @@ to run it again before invoking `make -j4`. ##### Option 1: Manual install -* [Python 3.9](https://www.microsoft.com/en-us/p/python-39/9p7qfqmjrfp7) +* [Python 3.10](https://www.microsoft.com/en-us/p/python-310/9pjpw5ldxlz5) * The "Desktop development with C++" workload from [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) or the "C++ build tools" workload from the |