From 5efc820ef2128201a7d119afba3a0c060352a874 Mon Sep 17 00:00:00 2001 From: AustinRaney-NOAA Date: Tue, 22 Jun 2021 13:35:58 -0400 Subject: [PATCH] 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, (https://github.com/home-assistant/core/blob/076227acbe925b1ec1a0c45e1c184fd92526acac/homeassistant/const.py#L4) is only supported in python 3.8+. See: https://docs.python.org/3.8/library/typing.html#typing.Final --- docs/development_environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_environment.md b/docs/development_environment.md index 122bfb9c..4a4a386c 100644 --- a/docs/development_environment.md +++ b/docs/development_environment.md @@ -37,7 +37,7 @@ When a task is currently running (like `Preview` for the docs), it can be restar ## 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