From 9398af86373caa0ee39c9558485963b463c0bd29 Mon Sep 17 00:00:00 2001 From: Zer0x00 Date: Mon, 9 Dec 2024 12:22:37 +0100 Subject: [PATCH] Update home-assistant python version to 3.13.1 HomeAssistant has deprecated support for Python 3.12 and recommends an update to Python 3.13. --- dietpi/dietpi-software | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index abc50bc214..d2d28b7fb7 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -11321,7 +11321,7 @@ _EOF_ local ha_user='homeassistant' local ha_home="/home/$ha_user" local ha_pyenv_activation=". $ha_home/pyenv-activate.sh" - local ha_python_version='3.12.7' # https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build + local ha_python_version='3.13.1' # https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build G_DIETPI-NOTIFY 2 "Home Assistant user: $ha_user" G_DIETPI-NOTIFY 2 "Home Assistant home: $ha_home"