diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-01-01 00:21:06 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-01-01 00:21:06 -0500 |
commit | 33151a46eff8ca4ebf0ddb95fcb56a829a176486 (patch) | |
tree | 7c946c75a316e15aaa8d6c65c872418c63dd12e2 | |
parent | 3a321fff642801bc75d552f97be46de4c5dc0ec7 (diff) | |
parent | 56b360a855057b4d13a70a3cc10b29f5713e7d45 (diff) | |
download | cryptography-33151a46eff8ca4ebf0ddb95fcb56a829a176486.tar.gz cryptography-33151a46eff8ca4ebf0ddb95fcb56a829a176486.tar.bz2 cryptography-33151a46eff8ca4ebf0ddb95fcb56a829a176486.zip |
Merge pull request #2615 from reaperhulk/doc-deprecations
prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations
-rw-r--r-- | docs/installation.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index ee0384c9..c74efd62 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -21,6 +21,10 @@ Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4, 3.5, and PyPy * x86-64 Debian Wheezy (7.x), Jessie (8.x), and Debian Sid (unstable) * 32-bit and 64-bit Python on 64-bit Windows Server 2012 +.. warning:: + Python 2.6 is no longer supported by the Python core team. A future version + of cryptography will drop support for this version. + We test compiling with ``clang`` as well as ``gcc`` and use the following OpenSSL releases: @@ -33,6 +37,11 @@ OpenSSL releases: * ``OpenSSL 1.0.1f`` * ``OpenSSL 1.0.2-latest`` +.. warning:: + OpenSSL versions 0.9.8 and 1.0.0 are no longer supported by the OpenSSL + project. A future version of cryptography will drop support for these + releases. + On Windows ---------- |