@@ -3,7 +3,7 @@ name = "{{cookiecutter.package_name}}"
33authors = [{name = " {{cookiecutter.full_name}}" , email = " {{cookiecutter.email}}" }]
44description = " {{cookiecutter.short_description}}"
55readme = " README.md"
6- requires-python = " >=3.9 .0"
6+ requires-python = " >=3.11 .0"
77dynamic = [" version" ]
88
99dependencies = []
@@ -26,9 +26,9 @@ classifiers = [
2626 " Development Status :: 2 - Pre-Alpha" ,
2727 " Programming Language :: Python" ,
2828 " Programming Language :: Python :: 3" ,
29- " Programming Language :: Python :: 3.9" ,
30- " Programming Language :: Python :: 3.10" ,
3129 " Programming Language :: Python :: 3.11" ,
30+ " Programming Language :: Python :: 3.12" ,
31+ " Programming Language :: Python :: 3.13" ,
3232 " Operating System :: OS Independent" ,
3333 {% if cookiecutter.license == "MIT" -%}
3434 "License :: OSI Approved :: MIT License",
@@ -140,14 +140,14 @@ docstring-code-format = true # Also format code in docstrings (e.g. examples)
140140[tool .tox ]
141141legacy_tox_ini = """
142142[tox]
143- envlist = py{39,310,311 }
143+ envlist = py{311,312,313 }
144144isolated_build = True
145145
146146[gh-actions]
147147python =
148- 3.9: py39
149- 3.10: py310
150148 3.11: py311
149+ 3.12: py312
150+ 3.13: py313
151151
152152[testenv]
153153extras =
0 commit comments