Devs should use Python 3.12 when setting up their env (#2127)

Support for Python 3.11 has been dropped for the upcoming 2024.4
release.
This commit is contained in:
Scott Giminiani 2024-03-28 23:30:46 -07:00 committed by GitHub
parent 1140ca9281
commit 3a8fd6d731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ It is also possible to debug a remote Home Assistance instance (e.g., production
_You only need these instructions if you do not want to use devcontainers._
It is also possible to set up a more traditional development environment. See the section for your operating system. Make sure your Python version is 3.11.
It is also possible to set up a more traditional development environment. See the section for your operating system. Make sure your Python version is 3.12.
### Developing on Linux