Skip to content

Commit 87bbd56

Browse files
committed
Add python 3.12 to black targets
1 parent f1c49c3 commit 87bbd56

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
@@ -55,7 +55,7 @@ build-backend = "poetry.core.masonry.api"
5555

5656
[tool.black]
5757
line-length = 120
58-
target-version = ["py38", "py39", "py310", "py311"]
58+
target-version = ["py38", "py39", "py310", "py311", "py312"]
5959

6060
[tool.isort]
6161
profile = "black"

0 commit comments

Comments
 (0)