You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
android: apk-automation: don't hardcode python version
Don't hardcode installing python3.9, because the call trace says
>=python3.9, so later versions works too.
Add a check that error's out if the installed python version isn't
>=3.9.
Fixes: 7220645 ("apk-automation: install and use python3.9")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
0 commit comments