summaryrefslogtreecommitdiff
path: root/docs/python3.rst
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2018-04-20 00:29:24 +0900
committerHsiaoming Yang <me@lepture.com>2018-04-20 00:29:24 +0900
commitbb8cd6c7aa107d2bcf0f4f82d7f843c14f8c98c1 (patch)
tree3312e2b18b84447c54011a409abc2dba760fe29a /docs/python3.rst
parenta87829d2c9707fb67d9a33a9f522a5d6c2b11967 (diff)
downloadclick-bb8cd6c7aa107d2bcf0f4f82d7f843c14f8c98c1.tar.gz
Drop testing for 2.6 and 3.3. Add 3.6.
Via discussion pallets/meta#24
Diffstat (limited to 'docs/python3.rst')
-rw-r--r--docs/python3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/python3.rst b/docs/python3.rst
index cc84a05..65e1b50 100644
--- a/docs/python3.rst
+++ b/docs/python3.rst
@@ -6,7 +6,7 @@ Python 3 Support
Click supports Python 3, but like all other command line utility libraries,
it suffers from the Unicode text model in Python 3. All examples in the
documentation were written so that they could run on both Python 2.x and
-Python 3.3 or higher.
+Python 3.4 or higher.
At the moment, it is strongly recommended to use Python 2 for Click
utilities unless Python 3 is a hard requirement.