summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladyslav Mustafin <v.mustafin@gmail.com>2020-03-10 16:33:48 +0200
committerGitHub <noreply@github.com>2020-03-10 16:33:48 +0200
commit7599c4180f36c420179a492e5eb09cd6c34e5eda (patch)
tree37dc274fa5f79692d67ecca204e0c7a01345bb27
parentbe2c1be0e7f577fb310d2dee5bce50f7b6e8a615 (diff)
downloadsdl_android-7599c4180f36c420179a492e5eb09cd6c34e5eda.tar.gz
Update utils/generator/README.md
-rw-r--r--utils/generator/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/generator/README.md b/utils/generator/README.md
index 30771d677..8ef29085a 100644
--- a/utils/generator/README.md
+++ b/utils/generator/README.md
@@ -6,7 +6,7 @@ This script provides the possibility to auto-generate Java code based on a given
## Requirements
-The script requires Python 3.5 or later pre-installed in the system. This is the minimal Python 3 version that has not reached the end-of-life (https://devguide.python.org/devcycle/#end-of-life-branches).
+The script requires **Python 3** pre-installed on the host system. The minimal supported Python 3 version is **3.7.6**. It may work on versions back to 3.5 (the minimal version that has not yet reached [the end-of-life](https://devguide.python.org/devcycle/#end-of-life-branches)), but this is not supported and may break in the future.
Required libraries are described in `requirements.txt` and should be pre-installed by the command:
```shell script