From 3c68250ad9bfb275c760fcce4c72c78c99b57c34 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 10 Dec 2018 12:13:31 +0800 Subject: allow bytes-like for key/iv/data for symmetric encryption (#4621) * allow bytearrays for key/iv for symmetric encryption * bump pypy/cffi requirements * update docs, fix some tests * old openssl is naught but pain * revert a typo * use trusty for old pypy * better error msg again * restore match --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/installation.rst') diff --git a/docs/installation.rst b/docs/installation.rst index 2d9db667..5b2854d9 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -11,7 +11,7 @@ Supported platforms ------------------- Currently we test ``cryptography`` on Python 2.7, 3.4+, and -PyPy 5.3+ on these operating systems. +PyPy 5.4+ on these operating systems. * x86-64 CentOS 7.x * macOS 10.12 Sierra, 10.11 El Capitan -- cgit v1.2.3