Skip to content

Commit 6f7fe31

Browse files
committed
chore: 📌 set Python to 3.12 for Ruff
1 parent dbc0d1f commit 6f7fe31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Support Python 3.10+
2-
target-version = "py310"
1+
# Support Python 3.12+
2+
target-version = "py312"
33

44
# In addition to the default formatters/linters, add these as well.
55
[lint]

0 commit comments

Comments
 (0)