File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,21 @@ name = "hatch-nodejs-version"
77description = " Hatch plugin for versioning from a package.json file"
88authors = [
99 {name = " Angus Hollands" , email = " goosey15@gmail.com" },
10+ {name = " Frédéric Collonval" },
1011]
1112dependencies = [
1213 " hatchling>=0.21.0"
1314]
14- requires-python = " >= 3.7 "
15+ requires-python = " >= 3.9 "
1516readme = " README.md"
1617license = {text = " MIT" }
1718classifiers = [
1819 " Framework :: Hatch" ,
19- " Programming Language :: Python :: 3.7" ,
20- " Programming Language :: Python :: 3.8" ,
2120 " Programming Language :: Python :: 3.9" ,
2221 " Programming Language :: Python :: 3.10" ,
2322 " Programming Language :: Python :: 3.11" ,
23+ " Programming Language :: Python :: 3.12" ,
24+ " Programming Language :: Python :: 3.13" ,
2425]
2526dynamic = [" version" ]
2627[project .entry-points .hatch ]
You can’t perform that action at this time.
0 commit comments