Skip to content

Commit 48823e2

Browse files
committed
Rebase after nodejs#2318 has landed
1 parent 3d59ab7 commit 48823e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Depending on your operating system, you will need to install:
3030

3131
### On Unix
3232

33-
* Python v3.5, v3.6, v3.7, v3.8, or v3.9
33+
* Python v3.6, v3.7, v3.8, or v3.9
3434
* `make`
3535
* A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org)
3636

3737
### On macOS
3838

3939
**ATTENTION**: If your Mac has been _upgraded_ to macOS Catalina (10.15), please read [macOS_Catalina.md](macOS_Catalina.md).
4040

41-
* Python v3.5, v3.6, v3.7, v3.8, or v3.9
41+
* Python v3.6, v3.7, v3.8, or v3.9
4242
* [Xcode](https://developer.apple.com/xcode/download/)
4343
* You also need to install the `XCode Command Line Tools` by running `xcode-select --install`. Alternatively, if you already have the full Xcode installed, you can find them under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`. This step will install `clang`, `clang++`, and `make`.
4444

@@ -58,8 +58,8 @@ Install tools and configuration manually:
5858

5959
### Configuring Python Dependency
6060

61-
`node-gyp` requires that you have installed a compatible version of Python, one of: v3.5, v3.6,
62-
v3.7, v3.8, or v3.9. If you have multiple Python versions installed, you can identify which Python
61+
`node-gyp` requires that you have installed a compatible version of Python, one of: v3.6, v3.7,
62+
v3.8, or v3.9. If you have multiple Python versions installed, you can identify which Python
6363
version `node-gyp` should use in one of the following ways:
6464

6565
1. by setting the `--python` command-line option, e.g.:

0 commit comments

Comments
 (0)