Skip to content

Commit

Permalink
Set Python target version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted committed Dec 19, 2024
1 parent 5f85a5a commit ccda83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ reportIncompatibleMethodOverride = "warning"
[tool.ruff]
output-format = "grouped"
show-fixes = true
target-version = "py310"
target-version = "py311"
extend-exclude = ["tests/*snapshots/*"]

[tool.ruff.lint]
Expand Down

0 comments on commit ccda83e

Please sign in to comment.