Where do I find the information on which version is supported by HA Core?
I am on 3.11 but I guess 3.12 should be supported soon.
Also, any ideas where to find out the default version of python installed by Homebrew?
Where do I find the information on which version is supported by HA Core?
I am on 3.11 but I guess 3.12 should be supported soon.
Also, any ideas where to find out the default version of python installed by Homebrew?
Check here: https://github.com/home-assistant/core/blob/af715a4b9a21a7c855afc67bec005d0e977c8987/pyproject.toml#L24
You are right, it is 3.11
See too the adr, and the Docke build file, which uses this base.
The install docs will always mention the required (major) version.