File tree 1 file changed +6
-1
lines changed 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ authors = [
12
12
{
name =
" Xianpeng Shen" ,
email =
" [email protected] " },
13
13
{
name =
" Brendan Doherty" ,
email =
" [email protected] " },
14
14
]
15
+ requires-python = " >=3.9"
15
16
classifiers = [
16
17
# https://pypi.org/pypi?%3Aaction=list_classifiers
17
18
" Development Status :: 5 - Production/Stable" ,
@@ -22,7 +23,11 @@ classifiers = [
22
23
" Operating System :: Microsoft :: Windows" ,
23
24
" Operating System :: POSIX :: Linux" ,
24
25
" Operating System :: MacOS" ,
25
- " Programming Language :: Python :: 3" ,
26
+ " Programming Language :: Python :: 3.9" ,
27
+ " Programming Language :: Python :: 3.10" ,
28
+ " Programming Language :: Python :: 3.11" ,
29
+ " Programming Language :: Python :: 3.12" ,
30
+ " Programming Language :: Python :: 3.13" ,
26
31
" Topic :: Software Development :: Build Tools" ,
27
32
]
28
33
dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments