Merge pull request #3701 from alex/gevent-py37
Don't try to run the gevent tests on py37
This commit is contained in:
commit
382e9b9fb5
|
@ -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