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
This commit is contained in:
Eduard van Valkenburg 2018-10-17 14:41:18 +02:00 committed by Paulus Schoutsen
parent c9bd65dc24
commit ce18852db3

View File

@ -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/)