Skip to content

Commit 14ec3bd

Browse files
committed
Update PyPI classifiers
1 parent 62f117e commit 14ec3bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "signxml"
33
description = "Python XML Signature and XAdES library"
44
readme = "README.rst"
5-
requires-python = ">=3.8"
5+
requires-python = ">=3.10"
66
license = { text = "Apache Software License" }
77
authors = [{ name = "Andrey Kislyuk"}, {email = "[email protected]" }]
88
maintainers = [{ 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

Comments
 (0)