@@ -23,11 +23,11 @@ classifiers = [
2323 }[cookiecutter.license] }}" ,
2424 " Natural Language :: English" ,
2525 " Programming Language :: Python :: 3" ,
26- " Programming Language :: Python :: 3.7" ,
2726 " Programming Language :: Python :: 3.8" ,
2827 " Programming Language :: Python :: 3.9" ,
2928 " Programming Language :: Python :: 3.10" ,
3029 " Programming Language :: Python :: 3.11" ,
30+ " Programming Language :: Python :: 3.12" ,
3131]
3232dependencies = []
3333description = " {{ cookiecutter.package_short_description }}"
@@ -38,7 +38,7 @@ keywords = [
3838license = {file = " LICENSE" }
3939name = " {{ cookiecutter.package_name }}"
4040readme = {file = " README.md" , content-type = " text/markdown" }
41- requires-python = " >=3.7 "
41+ requires-python = " >=3.8 "
4242version = " {{ cookiecutter.version }}"
4343
4444[project .optional-dependencies ]
@@ -89,7 +89,7 @@ exclude = ["tests*"]
8989[tool .tox ]
9090legacy_tox_ini = """
9191[tox]
92- envlist = py37, py38,py39,py310,py311
92+ envlist = py38,py39,py310,py311,py312
9393skip_missing_interpreters = true
9494[testenv]
9595commands = pytest
0 commit comments