diff --git a/pyproject.toml b/pyproject.toml index d2617f0..db6d720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 120 -target-version = ['py36', 'py37', 'py38', 'py39', 'py310'] +target-version = ["py38", "py39", "py310", "py311", "py312"] [tool.isort] profile = "black"