File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ authors = [
1212 {
name =
" Xianpeng Shen" ,
email =
" [email protected] " },
1313 {
name =
" Brendan Doherty" ,
email =
" [email protected] " },
1414]
15+ requires-python = " >=3.9"
1516classifiers = [
1617 # https://pypi.org/pypi?%3Aaction=list_classifiers
1718 " Development Status :: 5 - Production/Stable" ,
@@ -22,7 +23,11 @@ classifiers = [
2223 " Operating System :: Microsoft :: Windows" ,
2324 " Operating System :: POSIX :: Linux" ,
2425 " 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" ,
2631 " Topic :: Software Development :: Build Tools" ,
2732]
2833dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments