Skip to content

Commit ecbac10

Browse files
committed
chore: replace manual list with reference
1 parent 034f5dd commit ecbac10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3 :: Only",
19-
{%- for version in ["3.10", "3.11"] %}
19+
{%- for version in {{cookiecutter.python_versions}} %}
2020
"Programming Language :: Python :: {{ version }}",
2121
{%- endfor %}
2222
"{{ cookiecutter.development_status }}"

0 commit comments

Comments
 (0)