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"
7
7
description = " Hatch plugin for versioning from a package.json file"
8
8
authors = [
9
9
{
name =
" Angus Hollands" ,
email =
" [email protected] " },
10
+ {name = " Frédéric Collonval" },
10
11
]
11
12
dependencies = [
12
13
" hatchling>=0.21.0"
13
14
]
14
- requires-python = " >= 3.7 "
15
+ requires-python = " >= 3.9 "
15
16
readme = " README.md"
16
17
license = {text = " MIT" }
17
18
classifiers = [
18
19
" Framework :: Hatch" ,
19
- " Programming Language :: Python :: 3.7" ,
20
- " Programming Language :: Python :: 3.8" ,
21
20
" Programming Language :: Python :: 3.9" ,
22
21
" Programming Language :: Python :: 3.10" ,
23
22
" Programming Language :: Python :: 3.11" ,
23
+ " Programming Language :: Python :: 3.12" ,
24
+ " Programming Language :: Python :: 3.13" ,
24
25
]
25
26
dynamic = [" version" ]
26
27
[project .entry-points .hatch ]
You can’t perform that action at this time.
0 commit comments