We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85147e5 commit 46eb3dcCopy full SHA for 46eb3dc
pyproject.toml
@@ -22,6 +22,7 @@ dependencies = [
22
"sphinx-copybutton",
23
"pyyaml-include<3.0",
24
]
25
+requires-python = ">=3.9"
26
27
[project.optional-dependencies]
28
dev = [
@@ -60,7 +61,6 @@ write_to = "_version.py"
60
61
62
[tool.black]
63
line-length = 110
-target-version = ["py38"]
64
65
[tool.isort]
66
profile = "black"
python-project-template/pyproject.toml.jinja
@@ -78,7 +78,6 @@ addopts = "--doctest-modules --doctest-glob=*.rst"
78
{% if 'black' in enforce_style -%}
79
80
81
-target-version = ["py{{ py.min(python_versions) | replace(".", "") }}"]
82
{% endif -%}
83
{% if 'isort' in enforce_style -%}
84
0 commit comments