Skip to content

Commit 85147e5

Browse files
committed
Prefer project.requires-python.
1 parent 4dba707 commit 85147e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python-project-template/pyproject.toml.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ line_length = 110
8888
{% if 'ruff_lint' in enforce_style or 'ruff_format' in enforce_style -%}
8989
[tool.ruff]
9090
line-length = 110
91-
target-version = "py{{ py.min(python_versions) | replace(".", "") }}"
9291
{% endif -%}
9392
{% if 'ruff_lint' in enforce_style -%}
9493
[tool.ruff.lint]

0 commit comments

Comments
 (0)