Skip to content

Commit d03eee7

Browse files
committed
bump to python 3.13
1 parent e04013a commit d03eee7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

{{ cookiecutter.__project_slug }}/{% if cookiecutter.include_py %}pyproject.toml{% endif %}

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[tool.pyright]
2-
pythonVersion = "3.12"
2+
pythonVersion = "3.13"
33
typeCheckingMode = "strict"
44
pythonPlatform = "Windows"
55

66
[tool.ruff]
7-
target-version = "py312"
7+
target-version = "py313"
88
line-length = 100
99

1010
[tool.ruff.lint]
11+
# Last time rules scrutinised: ruff 0.6.9 / 2024-10-08
1112
select = [
1213
"F",
1314
"W",

0 commit comments

Comments
 (0)