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

Merge branch 'cython24'

parents 78ed091f 20e2ce5b
...@@ -28,6 +28,7 @@ Libraries ...@@ -28,6 +28,7 @@ Libraries
installation time. Previously, if it wasn't available, a build was installation time. Previously, if it wasn't available, a build was
attempted at every import. This could lead to scattered "gevent" attempted at every import. This could lead to scattered "gevent"
directories and undependable results. directories and undependable results.
- Update Cython to 0.24.
Security Security
......
...@@ -468,7 +468,7 @@ if run_make and os.path.exists("Makefile"): ...@@ -468,7 +468,7 @@ if run_make and os.path.exists("Makefile"):
# NOTE: This is effectively pointless and serves only for # NOTE: This is effectively pointless and serves only for
# documentation/metadata, because we run 'make' *before* we run # documentation/metadata, because we run 'make' *before* we run
# setup(), so installing cython happens too late. # setup(), so installing cython happens too late.
setup_requires = ['cython >= 0.23.4'] setup_requires = ['cython >= 0.24']
else: else:
setup_requires = [] setup_requires = []
......
...@@ -5,7 +5,7 @@ envlist = ...@@ -5,7 +5,7 @@ envlist =
[testenv] [testenv]
deps = deps =
greenlet greenlet
cython >= 0.23.4 cython >= 0.24
coverage >= 4.0 coverage >= 4.0
psutil psutil
cffi 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