File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ classifiers = [
1818 " Operating System :: OS Independent" ,
1919 " Programming Language :: Python" ,
2020 " Programming Language :: Python :: 3" ,
21- " Programming Language :: Python :: 3.10" ,
22- " Programming Language :: Python :: 3.11" ,
23- " Programming Language :: Python :: 3.12" ,
2421 " Topic :: Software Development :: Libraries :: Python Modules" ,
2522 " Typing :: Typed" ,
2623]
@@ -30,7 +27,7 @@ packages = [
3027]
3128
3229[tool .poetry .dependencies ]
33- python = " >=3.10 , <4.0"
30+ python = " >=3.12 , <4.0"
3431click = " *"
3532
3633[tool .poetry .group .dev .dependencies ]
@@ -57,7 +54,7 @@ build-backend = "poetry.core.masonry.api"
5754my-cli = " {{ cookiecutter.package_name }}.cli:main"
5855
5956[tool .ruff ]
60- target-version = " py310 " # The lowest supported version
57+ target-version = " py312 " # The lowest supported version
6158
6259[tool .ruff .lint ]
6360# By default, enable all the lint rules.
You can’t perform that action at this time.
0 commit comments