Skip to content

Commit 05f6c3a

Browse files
Bump minimum ruff target to py310
1 parent 4eb6065 commit 05f6c3a

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
@@ -87,7 +87,7 @@ asyncio_mode = "auto"
8787
[tool.ruff]
8888
# preview and explicit preview are enabled for CPY001
8989
preview = true
90-
target-version = "py38"
90+
target-version = "py310"
9191
src = ["src", "."]
9292
line-length = 99
9393

0 commit comments

Comments
 (0)