Skip to content

Commit a1feadc

Browse files
committed
Remove hardcoded from a template.
1 parent 235ec1b commit a1feadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/makeapp/app_templates/__default__/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
license = "{{ license_ident }}"
2020
license-files = ["LICENSE"]
2121

22-
requires-python = ">=3.10"
22+
requires-python = ">={{ python_version }}"
2323
dependencies = [
2424
{% block deps %}
2525
{% endblock %}

0 commit comments

Comments
 (0)