commit | fa26231d2472cf965aceee396ec867d5f48edff6 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Wed Feb 22 12:46:45 2023 +0000 |
committer | Manish V Badarkhe <manish.badarkhe@arm.com> | Wed Mar 08 12:31:28 2023 +0100 |
tree | ad18b7c0119b8c48351e4e384786d6f67a9d69e5 | |
parent | b3570be08299ea597ec6409f8662a2c5a057468e [diff] |
fix(python): force Python 3.8 on the internal CI The internal CI uses Python 3.6 by default, which is no longer sufficient for our dependencies. Python 3.8 is available, just not used by default, so force our scripts to use it. This also forces us to use `virtualenv` over `venv`, as the latter is not available internally. Change-Id: Idb460ab05053c80700366f02c8c70b1c27578483 Signed-off-by: Chris Kay <chris.kay@arm.com>