Skip to content

Commit 16a572f

Browse files
committed
fix: Python 3.13に対応するためのターゲットバージョンを更新
1 parent 1cdfd3c commit 16a572f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ line-length = 88
8888
indent-width = 2
8989

9090
# Assume Python 3.13
91-
target-version = "py312"
91+
target-version = "py313"
9292

9393
[tool.ruff.lint]
9494
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.

0 commit comments

Comments
 (0)