Skip to content

Commit de67df4

Browse files
andy31415yyzhong-g
authored andcommitted
Set python version to 3.10 for ruff checker (project-chip#35856)
We updated pigweed and that requires python 3.10 or higher. All our systems should pull that (we actually pull 3.11 for mac and have 3.12 on our CI runners)
1 parent 2b069df commit de67df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = [
88
"third_party",
99
"examples/common/QRCode/",
1010
]
11-
target-version = "py37"
11+
target-version = "py310"
1212

1313
line-length = 132
1414

0 commit comments

Comments
 (0)