Skip to content

Commit 4464e5c

Browse files
committed
fix: make Ruff target our lowest supported Python version
1 parent 19145d7 commit 4464e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dev = [
3939
[tool.ruff]
4040
line-length = 120
4141
indent-width = 4
42-
target-version = "py312"
42+
target-version = "py310"
4343
exclude = ["test/"]
4444

4545
[tool.ruff.lint]

0 commit comments

Comments
 (0)