Skip to content

Commit 034f5dd

Browse files
committed
chore: attempt at fixing for loop
1 parent 7daf87e commit 034f5dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ classifiers = [
1616
"Operating System :: OS Independent",
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3 :: Only",
19-
{{"{%- for version in cookiecutter.python_versions %}"}}
19+
{%- for version in ["3.10", "3.11"] %}
2020
"Programming Language :: Python :: {{ version }}",
21-
{{"{%- endfor %}"}}
21+
{%- endfor %}
2222
"{{ cookiecutter.development_status }}"
2323
]
2424
dependencies = [

0 commit comments

Comments
 (0)