diff --git a/pyproject.toml b/pyproject.toml index 51f94c3..17b995a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ remove-unused-variables = true # Source: https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html line-length = 88 -target-version = ["py312", "py311", "py310", "py39"] +target-version = ["py313", "py312", "py311", "py310", "py39"]