Skip to content

Commit e6d21d8

Browse files
committed
Fix target Python version in ruff configuration to 3.12
1 parent 77d8e23 commit e6d21d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dnnlpy/ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ exclude = [
3232
line-length = 88
3333
indent-width = 4
3434

35-
# Assume Python 3.14
36-
target-version = "py314"
35+
# Assume Python 3.12
36+
target-version = "py312"
3737

3838
[lint]
3939
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.

0 commit comments

Comments
 (0)