diff --git a/pyproject.toml b/pyproject.toml index b751b3e..8db83d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ log_cli_level = "INFO" # Formatting tools configuration [tool.black] line-length = 99 -target-version = ["py38"] +target-version = ["py310"] # Linting tools configuration [tool.ruff]