We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034f5dd commit ecbac10Copy full SHA for ecbac10
{{cookiecutter.project_name}}/pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
"Operating System :: OS Independent",
17
"Programming Language :: Python :: 3",
18
"Programming Language :: Python :: 3 :: Only",
19
-{%- for version in ["3.10", "3.11"] %}
+{%- for version in {{cookiecutter.python_versions}} %}
20
"Programming Language :: Python :: {{ version }}",
21
{%- endfor %}
22
"{{ cookiecutter.development_status }}"
0 commit comments