From b1c85f188637fc91090965a0c103c0f533168d59 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Sun, 8 Jul 2018 09:47:31 -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..631daf4 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ] dev_requires = [ - "cython>=0.23", + "cython>=0.28.4", "flake8>=2.5", "pytest>=2.8", "sphinx-rtd-theme>=0.1.9",