From c435051a8242c8e355916e4a670712999743a927 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Sun, 8 Jul 2018 09:46:14 -0400 Subject: [PATCH] Update setup.py Updating cython to attempt to address https://github.com/eleme/thriftpy/issues/333 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04831a8..b8cb12d 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ] dev_requires = [ - "cython>=0.23", + "cython>=0.27.3", "flake8>=2.5", "pytest>=2.8", "sphinx-rtd-theme>=0.1.9",