diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-08-15 18:17:26 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-08-15 19:17:26 -0400 |
commit | 5b502310fe1bfb3dd96b51918c6cf579d111ad63 (patch) | |
tree | 23fff5aa441c9fd7ffa84bf4b3f1dcff2355c9ba /docs | |
parent | 732cf642141f57f26db84ec2a4f6122cf7918c9e (diff) | |
download | cryptography-5b502310fe1bfb3dd96b51918c6cf579d111ad63.tar.gz cryptography-5b502310fe1bfb3dd96b51918c6cf579d111ad63.tar.bz2 cryptography-5b502310fe1bfb3dd96b51918c6cf579d111ad63.zip |
remove freebsd11 builder (#4401)
* remove freebsd11 builder
it's out of date, we can't update it, and it is unreliable
* we don't test against freebsd for now
* what did case sensitivity ever do for me
* don't assert on bsd since we don't test on for now
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 13cd75e1..a4649f51 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -14,7 +14,6 @@ Currently we test ``cryptography`` on Python 2.7, 3.4+, and PyPy 5.3+ on these operating systems. * x86-64 CentOS 7.x -* x86-64 FreeBSD 11 * macOS 10.12 Sierra, 10.11 El Capitan * x86-64 Ubuntu 14.04, 16.04, and rolling * x86-64 Debian Wheezy (7.x), Jessie (8.x), Stretch (9.x), and Sid (unstable) @@ -27,7 +26,6 @@ OpenSSL releases: * ``OpenSSL 1.0.1`` * ``OpenSSL 1.0.1e-fips`` (``RHEL/CentOS 7``) * ``OpenSSL 1.0.1f`` -* ``OpenSSL 1.0.1j-freebsd`` * ``OpenSSL 1.0.2-latest`` * ``OpenSSL 1.1.0-latest`` |