Skip to content

Commit 2703128

Browse files
author
Nils Bars
committed
Update Python version from 3.10 to 3.12
1 parent a0fce23 commit 2703128

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ testpaths = ["tests"]
3030
pythonpath = ["."]
3131

3232
[tool.pyright]
33-
pythonVersion = "3.10"
33+
pythonVersion = "3.12"
3434
typeCheckingMode = "basic"
3535

3636
[tool.ruff]
3737
line-length = 120
38-
target-version = "py310"
38+
target-version = "py312"
3939

4040
[tool.ruff.lint]
4141
select = ["E", "F", "W", "I"]

0 commit comments

Comments
 (0)