Update to greenlet 0.4.14. Fixes #1260.
Showing
... | ... | @@ -7,8 +7,8 @@ wheel |
# at the same time. | ||
Cython >= 0.28.1 | ||
# Python 3.7b1 requires this. | ||
greenlet>=0.4.13 ; platform_python_implementation == "CPython" | ||
# Python 3.7 requires at least 0.4.14, which is ABI incompatible with earlier | ||
greenlet>=0.4.14 ; platform_python_implementation == "CPython" | ||
pylint>=1.8.0 ; python_version < "3.4" | ||
pylint >= 2.0.0.dev2 ; python_version >= "3.4" | ||
# pylint 2 needs astroid 2; unfortunately, it uses `typed_ast` | ||
... | ... |
Please register or sign in to comment