Skip to content

Commit 1b2867e

Browse files
committed
Update black target version to 3.11, 3.12 and 3.13
Signed-off-by: Hannes <[email protected]>
1 parent e9fac56 commit 1b2867e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ include-package-data = true
6060
line-length = 120
6161
skip-string-normalization = true
6262
preview = true
63-
target-version = ["py36"]
63+
target-version = ["py311", "py312", "py313"]
6464
include = '\.pyi?$'
6565
exclude = '''
6666
/(

0 commit comments

Comments
 (0)