Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 308be18

Browse files
committed
Stop mentioning 3.3 and 2.7 in docs.
1 parent 0f892f5 commit 308be18

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/source/index.rst

+2-5
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@ improved speed, lower bandwidth usage, better connection management, and more.
2424

2525
Simple. ``hyper`` is written in 100% pure Python, which means no C extensions.
2626
For recent versions of Python (3.4 and onward) it's entirely self-contained
27-
with no external dependencies. With older versions, we depend on `PyOpenSSL`_
28-
to work around the standard library's anaemic TLS support.
27+
with no external dependencies.
2928

30-
``hyper`` supports Python 2.7 and 3.3+ on CPython and PyPy.
31-
32-
.. _PyOpenSSL: http://pyopenssl.readthedocs.org/en/latest/
29+
``hyper`` supports Python 3.4.
3330

3431
Caveat Emptor!
3532
--------------

0 commit comments

Comments
 (0)