Merge pull request #3701 from alex/gevent-py37

Don't try to run the gevent tests on py37
This commit is contained in:
David Hewitt 2023-12-24 21:40:51 +00:00 committed by GitHub
commit 382e9b9fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",