Commit 6b84e14
committed
requirements: bump gevent to 24.11.2
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 and Python 3.8, so continue
using `22.*` version for these versions.1 parent 270e24e commit 6b84e14
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
0 commit comments