22name = " signxml"
33description = " Python XML Signature and XAdES library"
44readme = " README.rst"
5- requires-python = " >=3.8 "
5+ requires-python = " >=3.10 "
66license = { text = " Apache Software License" }
77authors = [{
name =
" Andrey Kislyuk" }, {
email =
" [email protected] " }]
88maintainers = [{
name =
" Andrey Kislyuk" }, {
email =
" [email protected] " }]
@@ -14,12 +14,11 @@ classifiers = [
1414 " Operating System :: POSIX" ,
1515 " Programming Language :: Python" ,
1616 " Programming Language :: Python :: 3" ,
17- " Programming Language :: Python :: 3.8" ,
18- " Programming Language :: Python :: 3.9" ,
1917 " Programming Language :: Python :: 3.10" ,
2018 " Programming Language :: Python :: 3.11" ,
2119 " Programming Language :: Python :: 3.12" ,
2220 " Programming Language :: Python :: 3.13" ,
21+ " Programming Language :: Python :: 3.14" ,
2322 " Programming Language :: Python :: Implementation :: CPython" ,
2423 " Programming Language :: Python :: Implementation :: PyPy" ,
2524 " Development Status :: 5 - Production/Stable" ,
0 commit comments