diff options
author | Julian Berman <Julian@GrayVines.com> | 2015-11-30 07:58:43 -0500 |
---|---|---|
committer | Julian Berman <Julian@GrayVines.com> | 2015-11-30 07:58:43 -0500 |
commit | aa2cd272c880e4f3dd7352775fd1504fc745aa68 (patch) | |
tree | 64d7b60a6d0773d2649074d36a7faec2916969ba /docs/index.rst | |
parent | 3eb5de857fc7313c9a54a62c967f21ecf88ad84c (diff) | |
download | jsonschema-aa2cd272c880e4f3dd7352775fd1504fc745aa68.tar.gz |
Drop support for Python 2.6
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 3783d77..93dc058 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ jsonschema ``jsonschema`` is an implementation of `JSON Schema <http://json-schema.org>`_ -for Python (supporting 2.6+ including Python 3). +for Python (supporting 2.7+ including Python 3). .. code-block:: python |