Re: [OE-core] [PATCH] sanity: Update minimum python version to 3.8

2022-12-19 Thread Richard Purdie
On Mon, 2022-12-19 at 17:04 +, Marko, Peter wrote: > Hi Richard, > > this disqualifies at least debian-10 and ubuntu-18.04 which are still > listed in SANITY_TESTED_DISTROS. > > How is the SANITY_TESTED_DISTROS list maintained and tested? > Are there some autobuilder jobs with these distros

Re: [OE-core] [PATCH] sanity: Update minimum python version to 3.8

2022-12-19 Thread Peter Marko
Hi Richard, this disqualifies at least debian-10 and ubuntu-18.04 which are still listed in SANITY_TESTED_DISTROS. How is the SANITY_TESTED_DISTROS list maintained and tested? Are there some autobuilder jobs with these distros (should be failing now)? I was wondering about this for some time

[OE-core] [PATCH] sanity: Update minimum python version to 3.8

2022-12-11 Thread Richard Purdie
Bitbake is moving to a minimum python version of 3.8, update OE-Core to match to make things consistent. Signed-off-by: Richard Purdie --- meta/classes-global/sanity.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes-global/sanity.bbclass