Use a version of gevent that supports py37
The current version of gevent we require is 3.8+ only
This commit is contained in:
parent
6ca63b5772
commit
91fdfaab45
|
@ -20,7 +20,7 @@ classifiers = [
|
|||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"gevent>=23.9.1",
|
||||
"gevent>=22.10.2",
|
||||
"hypothesis>=3.55",
|
||||
"pytest-asyncio>=0.21",
|
||||
"pytest-benchmark>=3.4",
|
||||
|
|
Loading…
Reference in New Issue