Skip to content

Commit 0b2241d

Browse files
committed
Update target Python version
1 parent 741b431 commit 0b2241d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pyproject_generation/pyproject_template.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exclude = [
3535
]
3636
line-length = 88
3737
src = ["src", "tests", "examples", "scripts"]
38-
target-version = "py39"
38+
target-version = "py310"
3939

4040
[tool.ruff.lint]
4141
fixable = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ src = [
8282
"examples",
8383
"scripts",
8484
]
85-
target-version = "py39"
85+
target-version = "py310"
8686

8787
[tool.ruff.lint]
8888
fixable = [

0 commit comments

Comments
 (0)