Commit 949c6865 authored by Jason Madden's avatar Jason Madden

Merge branch 'cython24'

parents 78ed091f 20e2ce5b
......@@ -28,6 +28,7 @@ Libraries
installation time. Previously, if it wasn't available, a build was
attempted at every import. This could lead to scattered "gevent"
directories and undependable results.
- Update Cython to 0.24.
Security
......
......@@ -468,7 +468,7 @@ if run_make and os.path.exists("Makefile"):
# NOTE: This is effectively pointless and serves only for
# documentation/metadata, because we run 'make' *before* we run
# setup(), so installing cython happens too late.
setup_requires = ['cython >= 0.23.4']
setup_requires = ['cython >= 0.24']
else:
setup_requires = []
......
......@@ -5,7 +5,7 @@ envlist =
[testenv]
deps =
greenlet
cython >= 0.23.4
cython >= 0.24
coverage >= 4.0
psutil
cffi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment