diff --git a/pyproject.toml b/pyproject.toml index dbf82f8..2782ff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ lint = [ ] test = [ "console-ctrl>=0.1.0", - "gevent>=24.2.1", + "gevent>=24.2.1; python_version < '3.13'", "pytest>=8.3.3", "pytest-asyncio>=0.24.0", ]