You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump `gevent` version to 24.11.2 to avoid the following issue with
installation in a Python 3.12 environment:
Error compiling Cython file:
------------------------------------------------------------
...
cdef tuple integer_types
if sys.version_info[0] >= 3:
integer_types = int,
else:
integer_types = (int, long)
^
------------------------------------------------------------
src/gevent/libev/corecext.pyx:60:26: undeclared name not builtin: long
Version `24.*` doesn't support Python 3.7, so continue using `22.*`
version for Python 3.7.
0 commit comments