aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-10-12 06:06:01 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2017-10-11 18:06:01 -0400
commit4cf6e785ca5608cffd8d92ad1e1a5073108a2a20 (patch)
treeeca2e7ce6043f94cbb8034ee3ad95aaf45bdcf41 /README.rst
parent38fe038522651fd18eeae60d5e96dc81aa07e863 (diff)
downloadcryptography-4cf6e785ca5608cffd8d92ad1e1a5073108a2a20.tar.gz
cryptography-4cf6e785ca5608cffd8d92ad1e1a5073108a2a20.tar.bz2
cryptography-4cf6e785ca5608cffd8d92ad1e1a5073108a2a20.zip
expunge python 2.6 (#3962)
* expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 350dc721..15576662 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ pyca/cryptography
``cryptography`` is a package which provides cryptographic recipes and
primitives to Python developers. Our goal is for it to be your "cryptographic
-standard library". It supports Python 2.6-2.7, Python 3.4+, and PyPy 5.3+.
+standard library". It supports Python 2.7, Python 3.4+, and PyPy 5.3+.
``cryptography`` includes both high level recipes and low level interfaces to
common cryptographic algorithms such as symmetric ciphers, message digests, and