Skip to content

Commit

Permalink
Merge pull request #7868 from gilles-peskine-arm/readme-python3.6
Browse files Browse the repository at this point in the history
Backport 2.28: officially require Python 3.6
  • Loading branch information
daverodgman authored Jul 7, 2023
2 parents 09f198d + 1e1600f commit b8e6b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You need the following tools to build the library with the provided makefiles:

* GNU Make or a build tool that CMake supports.
* A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, IAR8 and Visual Studio 2013. More recent versions should work. Slightly older versions may work.
* Python 3 to generate the test code.
* Python 3.6 or later to generate the test code.
* Perl to run the tests.

### Make
Expand Down

0 comments on commit b8e6b66

Please sign in to comment.