@@ -14,6 +14,7 @@ classifiers = [
1414 " Programming Language :: Python :: 3.9" ,
1515 " Programming Language :: Python :: 3.10" ,
1616 " Programming Language :: Python :: 3.11" ,
17+ " Programming Language :: Python :: 3.12" ,
1718 " Programming Language :: Python :: Implementation :: CPython" ,
1819 " Programming Language :: Python :: Implementation :: PyPy"
1920]
@@ -62,7 +63,7 @@ parallel = true
6263source_pkgs = [" {{ cookiecutter.project_slug }}" , " tests" ]
6364
6465[[tool .hatch .envs .all .matrix ]]
65- python = [" 3.8" , " 3.9" , " 3.10" , " 3.11" ]
66+ python = [" 3.8" , " 3.9" , " 3.10" , " 3.11" , " 3.12 " ]
6667
6768[tool .hatch .envs .default ]
6869dependencies = [
@@ -116,8 +117,8 @@ release = [
116117 " npm install --prefix .github/semantic_release/" ,
117118 " npx --prefix .github/semantic_release/ semantic-release {args:}"
118119]
119- reqs = " pip-compile {args:} --generate-hashes --output-file requirements.txt --all-extras "
120- reqs-update = " pip-compile {args:} --upgrade --generate-hashes --output-file requirements.txt --all-extras "
120+ reqs = " pip-compile {args:} --generate-hashes --output-file requirements.txt"
121+ reqs-update = " pip-compile {args:} --upgrade --generate-hashes --output-file requirements.txt"
121122
122123[tool .hatch .envs .lint ]
123124dependencies = [
0 commit comments