From ce18852db34b866c22e34dba162709b8bb554c07 Mon Sep 17 00:00:00 2001 From: Eduard van Valkenburg Date: Wed, 17 Oct 2018 14:41:18 +0200 Subject: [PATCH] Made the minimum Python version explicit (#130) * Made the minimum python version explicit With a reference to the Debian stable docs. * moved text down below the overal group of getting started links --- docs/development_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development_index.md b/docs/development_index.md index 2750aac7..18d02344 100644 --- a/docs/development_index.md +++ b/docs/development_index.md @@ -21,5 +21,7 @@ When contributing Home Assistant code: - [Tox](http://tox.readthedocs.org/en/latest/) - [TravisCl](https://travis-ci.org/) +Home Assistant follows [Debian Stable](https://packages.debian.org/stable/python/python3) for the minimum Python version, which is currently [Python 3.5.3](https://www.python.org/downloads/release/python-353/). + When contributing 3rd Party code to be used by Home Assistant: - [Publishing your own PyPI package](https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/)