From f816d6c3ada36239bfff980466e632b644b2dc8e Mon Sep 17 00:00:00 2001 From: Doug Harris Date: Tue, 15 May 2018 10:01:23 -0400 Subject: Adding details about Python version support. --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 07352ad..c05c9d7 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,8 @@ Install and update using `pip`_: $ pip install click +Click supports Python 3.4 and newer, Python 2.7, and PyPy + A Simple Example ---------------- @@ -86,7 +88,4 @@ Links * Test coverage: https://codecov.io/gh/pallets/click -.. _WSGI: https://wsgi.readthedocs.io -.. _Werkzeug: https://www.palletsprojects.com/p/werkzeug/ -.. _Jinja: https://www.palletsprojects.com/p/jinja/ .. _pip: https://pip.pypa.io/en/stable/quickstart/ -- cgit v1.2.1