summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-02-02 10:23:58 -0500
committerGitHub <noreply@github.com>2019-02-02 10:23:58 -0500
commit80505d4dfc4a1f0c6e1ca50d2552ebe35437e110 (patch)
treea045b28fa20c0c7e6ebba29fba599abdef0f2a40
parent80dcf3895b8bc12bdbb8bb612f2a280a7f0abd4e (diff)
downloadpyopenssl-alex-patch-2.tar.gz
Update install docs for suppoted versions of OpenSSLalex-patch-2
-rw-r--r--INSTALL.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 71fe1ed..8c9c8dc 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -28,11 +28,7 @@ Currently that means:
- 1.0.1
- 1.0.2
- 1.1.0
-
-If you need support for older releases, the following pinned versions will work:
-
-- **OpenSSL 0.9.8**: ``'pyOpenSSL<17.0' 'cryptography<1.4'``
-- **OpenSSL 1.0.0**: ``'pyOpenSSL<17.1' 'cryptography<1.7'``
+- 1.1.1
You can always find out the versions of pyOpenSSL, cryptography, and the linked OpenSSL by running ``python -m OpenSSL.debug``.