Skip to content

Commit 473cfa2

Browse files
authored
doc: note in README that Python 3.8 is supported (#2072)
PR-URL: #2072 Refs: #2071 Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent e18a61a commit 473cfa2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Depending on your operating system, you will need to install:
3131

3232
### On Unix
3333

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

3838
### On macOS
3939

40-
* Python v2.7, v3.5, v3.6, or v3.7
40+
* Python v2.7, v3.5, v3.6, v3.7, or v3.8
4141
* [Xcode](https://developer.apple.com/xcode/download/)
4242
* 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`.
4343
* If your Mac has been _upgraded_ to macOS Catalina (10.15), please read [macOS_Catalina.md](macOS_Catalina.md).
@@ -65,7 +65,7 @@ Install tools and configuration manually:
6565
### Configuring Python Dependency
6666

6767
`node-gyp` requires that you have installed a compatible version of Python, one of: v2.7, v3.5, v3.6,
68-
or v3.7. If you have multiple Python versions installed, you can identify which Python
68+
v3.7, or v3.8. If you have multiple Python versions installed, you can identify which Python
6969
version `node-gyp` should use in one of the following ways:
7070

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

0 commit comments

Comments
 (0)