diff options
author | Hynek Schlawack <hs@ox.cx> | 2017-04-20 12:34:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 12:34:58 +0200 |
commit | f6c96af9b8ae4634ebdfebf7972379297c5e5604 (patch) | |
tree | 22b95c426bd52e9b8890b616803a555f45912fc0 /INSTALL.rst | |
parent | fb078d83fc2d34f553be4868b3fc04e998dc84e1 (diff) | |
download | pyopenssl-git-f6c96af9b8ae4634ebdfebf7972379297c5e5604.tar.gz |
Prepare for 17.0.0 (#615)
* Prepare for 17.0.0
Fix a bunch URLs and account for the non-existance of 16.3.
* Fix codecov link
Diffstat (limited to 'INSTALL.rst')
-rw-r--r-- | INSTALL.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.rst b/INSTALL.rst index 65535e4..d6c9410 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -32,8 +32,8 @@ Currently that means: If you need support for older releases, the following pinned versions will work: -- **OpenSSL 0.9.8**: ``'pyOpenSSL<16.3' 'cryptography<1.4'`` -- **OpenSSL 1.0.0**: ``'pyOpenSSL<17.0' 'cryptography<1.7'`` +- **OpenSSL 0.9.8**: ``'pyOpenSSL<17.0' 'cryptography<1.4'`` +- **OpenSSL 1.0.0**: ``'pyOpenSSL<17.1' 'cryptography<1.7'`` Documentation |