Cython 0.28 has been released.
Showing
... | ... | @@ -5,8 +5,7 @@ wheel |
# 0.28 is faster, and (important!) lets us specify the target module | ||
# name to be created so that we can have both foo.py and _foo.so | ||
# at the same time. | ||
# 0.28b1 has been tagged but not uploaded to PyPI | ||
-e git+https://github.com/cython/cython.git@bfa76156a76841b03a0e2821fd7cadbd2eeefcab#egg=cython | ||
Cython >= 0.28 | ||
# Python 3.7b1 requires this. | ||
greenlet>=0.4.13 ; platform_python_implementation == "CPython" | ||
... | ... |
Please register or sign in to comment