1+ [build-system ]
2+ requires = [" hatchling" , " hatch-vcs" ]
3+ build-backend = " hatchling.build"
4+
15[project ]
26# Storing project metadata in pyproject.toml https://peps.python.org/pep-0621/
37name = " cared-cli"
@@ -11,7 +15,7 @@ maintainers = [
1115]
1216license = {text = " Apache 2.0" }
1317readme = " README.md"
14- requires-python = " >=3.10 "
18+ requires-python = " >=3.12 "
1519keywords = [" CaReD" , " RDM" , " ELN" , " LIMS" ]
1620# https://pypi.org/classifiers/
1721classifiers = [
@@ -21,9 +25,9 @@ classifiers = [
2125 " Intended Audience :: Science/Research" ,
2226 " License :: OSI Approved :: Apache Software License" ,
2327 " Operating System :: OS Independent" ,
24- " Programming Language :: Python :: 3.10" ,
25- " Programming Language :: Python :: 3.11" ,
2628 " Programming Language :: Python :: 3.12" ,
29+ " Programming Language :: Python :: 3.13" ,
30+ " Programming Language :: Python :: 3.14" ,
2731]
2832dependencies = [
2933 " click>=8.1.7" ,
@@ -52,10 +56,6 @@ dev = [
5256[project .scripts ]
5357cared = " cared_cli._cli:app"
5458
55- [build-system ]
56- requires = [" hatchling" , " hatch-vcs" ]
57- build-backend = " hatchling.build"
58-
5959[tool .hatch .metadata ]
6060# Hatch disallows direct references for dependencies by default.
6161# Enable them to allow installing dependencies from github repositories.
0 commit comments