I cannot install python3.13

I need to install python3.13 but when I do ‘apt install python3’ it installs the 3.11 version. Is there an easy way to install python3.13 on dietpi?

it seems strange to me that 3.11 is the latest version available on apt.

Thank you for your help

This has literally nothing to do with DietPi. It’s simply the version available from Debian apt package servers Debian -- Details of package python3 in bookworm

You should be able to install other python versions similar to every other Debian system.

Yes thank you for your answer but my question was: “Is there an easy way to install python3.13 on dietpi/debian ?”

I found my way to pyenv: GitHub - pyenv/pyenv: Simple Python version management :ok_hand:

yes that´s one option. We do the same for apps like home assistance to install a specific python version