From 308be18d5db1bc5218f14884b7b1cb78105e1f21 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Sat, 16 Aug 2014 11:31:53 +0100 Subject: [PATCH] Stop mentioning 3.3 and 2.7 in docs. --- docs/source/index.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index fa6a4b12..e3827503 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -24,12 +24,9 @@ improved speed, lower bandwidth usage, better connection management, and more. Simple. ``hyper`` is written in 100% pure Python, which means no C extensions. For recent versions of Python (3.4 and onward) it's entirely self-contained -with no external dependencies. With older versions, we depend on `PyOpenSSL`_ -to work around the standard library's anaemic TLS support. +with no external dependencies. -``hyper`` supports Python 2.7 and 3.3+ on CPython and PyPy. - -.. _PyOpenSSL: http://pyopenssl.readthedocs.org/en/latest/ +``hyper`` supports Python 3.4. Caveat Emptor! --------------