Skip to content

Commit 10c0c62

Browse files
[ruff] Set the target version to python 3.9
1 parent 58e2581 commit 10c0c62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ write_to = "src/_pytest/_version.py"
8787
target-version = [ "py39", "py310", "py311", "py312", "py313" ]
8888

8989
[tool.ruff]
90+
target-version = "py39"
9091
line-length = 88
9192
src = [
9293
"src",

0 commit comments

Comments
 (0)