From e030fb65e1339a8af7febaacd1bafc97dd69539c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Fri, 18 Feb 2022 08:29:04 -0500 Subject: [PATCH] Update cffi version in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c938470..55df34c 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Dependencies To use with pypy: -* cffi >= 0.7 +* cffi >= 1.15.0 http://cffi.readthedocs.org/ * Supports Python 2.7 and Python 3