fix(docs): make generate_test_list backward compatible
The recently introduced script generate_test_list.py [1] relies on
features from Python 3.9. This breaks the build for users using earlier
python versions e.g. python 3.8 deployed in Ubuntu 20.04 LTS. Bump the
minimum version requirements and make the script backward compatible
with older versions of Python.
[1] https://review.trustedfirmware.org/c/TF-A/tf-a-tests/+/21135
Change-Id: I07fd47af0309787b08cd0f77aaeb7d50b9cae144
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
2 files changed