summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladyslav Mustafin <vmustafin@luxoft.com>2020-03-10 16:30:40 +0200
committerGitHub <noreply@github.com>2020-03-10 16:30:40 +0200
commit50a2d3ea9e7bd7f95cc8f693856ef7451085f736 (patch)
treec06e88e776f0173c79b3e2b5e973da8e0a19b9d7
parent3c6cd6d16aef99044381a6b869abe6f077c4fc04 (diff)
downloadsdl_ios-50a2d3ea9e7bd7f95cc8f693856ef7451085f736.tar.gz
Update generator/README.md Python version
-rw-r--r--generator/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/README.md b/generator/README.md
index fdbbfc87b..877cdb023 100644
--- a/generator/README.md
+++ b/generator/README.md
@@ -6,7 +6,7 @@ This script provides a possibility to auto-generate Objective-C code (header \*.
## Requirements
-The script requires **Python 3.5** pre-installed on the host system. This is the minimal **Python 3** version that has not yet 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.
Note: To install versions of Python 3, you must use the **pip3** command.