Python SDK extension

Hi,
the org.freedesktop.Sdk includes python installed by default.

For other tools (rust, node, …) there are org.freedesktop.Sdk.Extension.* extensions that can be used to select a specific version.

Is there a specific reason why there is no org.freedesktop.Sdk.Extension.python extension?

Thanks

Python is (unlike java rustc, node etc.) preinstalled on every Linux Distro out there, so Programs are coded with that in mind, that they always have access to Python. Python belongs to any Linux runtime.

The Meson buildsystem (which is supported by flatpak-builder out of the box) is written in Python, so it would not work without Python being installed.

There are also a lot of build scripts written in Python.

The backside of this is, that a new Freedesktop SDK is releases each year in August, while a new major Python version is released each year in October. That means, that you have to wait a year to use the newest Python features or compile Python from source.