Skip to content

Commit c90bf16

Browse files
author
Max Rabin
committed
feat!: Update Ruff target Python version from 3.8 to 3.10
This aligns with the Poetry defined minimum version. Marking this with ! for Breaking Change anyways as this will break the code on python versions 3.8 and 3.9 as Ruff will update all syntax and libraries to 3.10+-only compatibilty
1 parent 1047397 commit c90bf16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ exclude = [
6262
# Maximum line length
6363
line-length = 120
6464

65-
target-version = "py38"
65+
target-version = "py310"
6666

6767
fix = true
6868
lint.fixable = ["I", "COM812", "W"]

0 commit comments

Comments
 (0)