diff --git a/pyproject.toml b/pyproject.toml index 4c377d9..91b93c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,5 +48,5 @@ line-length = 92 asyncio_default_fixture_loop_scope = "module" [tool.ruff] -target-version = "py314" +target-version = "py313" line-length = 92