We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb88259 commit f0bb646Copy full SHA for f0bb646
pyproject.toml
@@ -52,7 +52,7 @@ dev = [
52
doctest = ["sphinx"]
53
pip = ["pip"]
54
# Install cffi with free-threading and Python 3.14 support
55
-gevent = ["gevent", "cffi>=2.0.0b1;python_version=='3.14'"]
+gevent = ["gevent", "cffi>=2.0.0b1;python_version=='3.14'", "greenlet==3.2.3;python_version=='3.14'"]
56
eventlet = ["eventlet"]
57
coverage = [
58
"pytest-cov",
0 commit comments