File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
template/py/{{cookiecutter.project_slug}} Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,14 @@ build-backend = "hatchling.build"
66name = " {{cookiecutter.project_slug}}"
77version = " 0.0.1"
88description = " {{cookiecutter.project_desc}}"
9- requires-python = " >=3.11 "
9+ requires-python = " >={{cookiecutter.python_version}} "
1010license = " MIT"
1111authors = [
1212 { name = " {{cookiecutter.full_name}}" },
1313]
1414classifiers = [
1515 " Development Status :: 4 - Beta" ,
16- " Programming Language :: Python" ,
17- " Programming Language :: Python :: 3.11" ,
18- " Programming Language :: Python :: 3.12" ,
19- " Programming Language :: Python :: Implementation :: CPython" ,
20- " Programming Language :: Python :: Implementation :: PyPy" ,
16+ " Programming Language :: Python :: {{cookiecutter.python_version}}" ,
2117]
2218dependencies = [
2319 " pytest>=8.0" ,
Original file line number Diff line number Diff line change 1- target-version = " py311 "
1+ target-version = " py{{cookiecutter.python_version | replace('.', '')}} "
22line-length = 120
33
44[lint ]
You can’t perform that action at this time.
0 commit comments