Use a version of gevent that supports py37

The current version of gevent we require is 3.8+ only
This commit is contained in:
Alex Gaynor 2023-12-24 15:21:01 -05:00
parent 6ca63b5772
commit 91fdfaab45
1 changed files with 1 additions and 1 deletions

View File

@ -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",