On Fri, 2025-12-12 at 15:58 +0100, Alexander Kanavin wrote: > On Fri, 12 Dec 2025 at 10:19, Martin Schwan via > lists.openembedded.org > <[email protected]> wrote: > > +python do_update_crates() { > > + import tomllib > > Sadly this is a problem right here. > > tomllib is available since python 3.11, and the minimum python > requirement for oe-core is 3.9, as seen in sanity.bbclass.
Okay, understood. Are there any plans to move to Python 3.11? Python 3.9 is now at its EOL for some months. I don't want to open a can of worms, but just like to understand the future/intentions in this regard. > Yocto CI > builds are executed on older distibutions to check that dependencies > on newer python features do not creep in. I suspect this is why this > was and still should be piped into python3-native, since that is > provided from a recipe in oe-core. Alright, I'll revert that thing back then and pipe it to python3-native again. Martin > > Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228008): https://lists.openembedded.org/g/openembedded-core/message/228008 Mute This Topic: https://lists.openembedded.org/mt/116743596/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
