Bump python dev version in docs to 3.8 b.c. home-assistant/core#50013 (#977)

Usage of `typing.Final` added in [50013](https://github.com/home-assistant/core/pull/50013), specifically, (076227acbe/homeassistant/const.py (L4)) is only supported in python 3.8+.
See: https://docs.python.org/3.8/library/typing.html#typing.Final
This commit is contained in:
AustinRaney-NOAA 2021-06-22 13:35:58 -04:00 committed by GitHub
parent 6beab48be8
commit 5efc820ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ When a task is currently running (like `Preview` for the docs), it can be restar
## Manual Environment ## Manual Environment
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.7 or later. 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.8 or later.
### Developing on Linux ### Developing on Linux