Skip to content

Commit 007a958

Browse files
Update python/pyproject.toml
Co-authored-by: Copilot <[email protected]>
1 parent c923ff8 commit 007a958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ build-backend = "poetry.core.masonry.api"
2424

2525
[tool.black]
2626
line-length = 88
27-
target-version = ["py38"]
27+
target-version = ["py311"]
2828

2929
[tool.mypy]
30-
python_version = "3.8"
30+
python_version = "3.11"
3131
warn_return_any = true
3232
warn_unused_configs = true
3333
disallow_untyped_defs = true

0 commit comments

Comments
 (0)