aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-31 19:59:25 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-31 19:59:25 -0600
commit56b360a855057b4d13a70a3cc10b29f5713e7d45 (patch)
tree3bd605a2f2e1039c39bac60a0c5c4b354c22c047 /docs/installation.rst
parent46f4ab064a4cfcaf330e9cb5a037ed44d9a36818 (diff)
downloadcryptography-56b360a855057b4d13a70a3cc10b29f5713e7d45.tar.gz
cryptography-56b360a855057b4d13a70a3cc10b29f5713e7d45.tar.bz2
cryptography-56b360a855057b4d13a70a3cc10b29f5713e7d45.zip
prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 16c42d2d..a98501fc 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
----------