From bb19a514126554c6e8e377176badc3a651532063 Mon Sep 17 00:00:00 2001 From: Gustavo Alexandre <65964697+gustavonobreza@users.noreply.github.com> Date: Fri, 21 Jan 2022 23:08:15 -0300 Subject: [PATCH 1/2] docs: update python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71eea0a942..7ff89bc5b0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Depending on your operating system, you will need to install: ### On Unix - * Python v3.6, v3.7, v3.8, or v3.9 + * Python v3.6, v3.7, v3.8, v3.9 or 3.10 * `make` * A proper C/C++ compiler toolchain, like [GCC](https://gcc.gnu.org) From efc8f6937ffb3275ebc485f7ac7a67819415aa17 Mon Sep 17 00:00:00 2001 From: Gustavo Alexandre <65964697+gustavonobreza@users.noreply.github.com> Date: Tue, 25 Jan 2022 10:29:23 -0300 Subject: [PATCH 2/2] docs: update python version in macOS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ff89bc5b0..f51f6097e0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Depending on your operating system, you will need to install: **ATTENTION**: If your Mac has been _upgraded_ to macOS Catalina (10.15), please read [macOS_Catalina.md](macOS_Catalina.md). - * Python v3.6, v3.7, v3.8, or v3.9 + * Python v3.6, v3.7, v3.8, v3.9 or 3.10 * [Xcode](https://developer.apple.com/xcode/download/) * 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`.