Skip to content

Commit bc1c473

Browse files
committed
requirements: bump gevent to 22.10.2
Bump `gevent` version to 22.10.2 to avoid the following issue with installation in a Python 3.11 environment: In file included from src/gevent/_greenlet_primitives.c:1207: /tmp/pip-install-_f9yeixf/gevent_80c438d5f3944668ad39f6548d7ec03c/deps/greenlet/greenlet.h:42:5: error: unknown type name ‘CFrame’ 42 | CFrame* cframe; | ^~~~~~ error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1 Version `23.*` doesn't support Python 3.7, so using the latest `22.*` version.
1 parent da98d7f commit bc1c473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Pin pyyaml to 5.3.1 until yaml/pyyaml#724 is fixed.
22
PyYAML==5.3.1
3-
gevent==21.*
3+
gevent==22.10.2

0 commit comments

Comments
 (0)