aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2023-07-03 17:59:37 +0200
committerGilles Peskine <Gilles.Peskine@arm.com>2023-07-03 17:59:37 +0200
commit958346917c7170d6ce5e3396ed4b78f0c2e35277 (patch)
tree7dd5bc4e42257d07ca261ce6a4bf62ca83224958 /README.md
parent552c9ab8c4eef45dfeb63854c040811e10069025 (diff)
downloadmbedtls-958346917c7170d6ce5e3396ed4b78f0c2e35277.zip
mbedtls-958346917c7170d6ce5e3396ed4b78f0c2e35277.tar.gz
mbedtls-958346917c7170d6ce5e3396ed4b78f0c2e35277.tar.bz2
Officially require Python 3.8
Our code is still compatible with Python 3.5 at the time of writing, but we don't want to commit to that. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6ba5c27..c50a260 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ You need the following tools to build the library with the provided makefiles:
* GNU Make 3.82 or a build tool that CMake supports.
* A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, IAR 8 and Visual Studio 2013. More recent versions should work. Slightly older versions may work.
-* Python 3.6 to generate the test code. Python is also needed to integrate PSA drivers and to build the development branch (see next section).
+* Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build the development branch (see next section).
* Perl to run the tests, and to generate some source files in the development branch.
* CMake 3.10.2 or later (if using CMake).
* Microsoft Visual Studio 2013 or later (if using Visual Studio).
@@ -61,7 +61,7 @@ The source code of Mbed TLS includes some files that are automatically generated
The following tools are required:
* Perl, for some library source files and for Visual Studio build files.
-* Python 3 and some Python packages, for some library source files, sample programs and test data. To install the necessary packages, run:
+* Python 3.8 and some Python packages, for some library source files, sample programs and test data. To install the necessary packages, run:
```
python3 -m pip install --user -r scripts/basic.requirements.txt
```