@@ -5,7 +5,18 @@ description = "{{cookiecutter.project_description}}"
55authors = [{ name = " {{cookiecutter.author}}" , email = " {{cookiecutter.email}}" }]
66readme = " README.md"
77keywords = [' python' ]
8- requires-python = " >=3.8,<4.0"
8+ requires-python = " >=3.9,<4.0"
9+ classifiers = [
10+ " Intended Audience :: Developers" ,
11+ " Programming Language :: Python" ,
12+ " Programming Language :: Python :: 3" ,
13+ " Programming Language :: Python :: 3.9" ,
14+ " Programming Language :: Python :: 3.10" ,
15+ " Programming Language :: Python :: 3.11" ,
16+ " Programming Language :: Python :: 3.12" ,
17+ " Programming Language :: Python :: 3.13" ,
18+ " Topic :: Software Development :: Libraries :: Python Modules" ,
19+ ]
920
1021[project .urls ]
1122Homepage = " https://{{cookiecutter.author_github_handle}}.github.io/{{cookiecutter.project_name}}/"
@@ -20,7 +31,7 @@ dev-dependencies = [
2031 {% if cookiecutter.deptry == 'y' %}"deptry>=0.20.0",{% endif %}
2132 "mypy>=0.991",
2233 {% if cookiecutter.codecov == 'y' %}"pytest-cov>=4.0.0",{% endif %}
23- "ruff>=0.0.235 ",
34+ "ruff>=0.6.9 ",
2435 {% if cookiecutter.mkdocs == 'y' %}"mkdocs>=1.4.2",
2536 "mkdocs-material>=8.5.10",
2637 "mkdocstrings[python]>=0.26.1",{% endif %}
0 commit comments