Changelog entry for no longer explicitly invoking python2

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2021-05-06 11:34:07 +02:00
parent 99705a6813
commit 484df7583b

View File

@@ -0,0 +1,4 @@
Changes
* When building the test suites with GNU make, invoke python3 or python, not
python2. The build still works with either Python 2.7 or 3.5+, but we
recommend using a version of Python that is supported upstream.