File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ maintainers = [
1313]
1414description = " Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) in Python"
1515readme = " README.md"
16- requires-python = " >=3.8"
16+ requires-python = " >=3.8, <4.0 "
1717license = {text = " MIT" }
1818classifiers = [
1919 " Development Status :: 4 - Beta" ,
@@ -26,6 +26,7 @@ classifiers = [
2626 " Programming Language :: Python :: 3.10" ,
2727 " Programming Language :: Python :: 3.11" ,
2828 " Programming Language :: Python :: 3.12" ,
29+ " Programming Language :: Python :: 3.13" ,
2930 " Topic :: Security" ,
3031 " Topic :: Security :: Cryptography" ,
3132 " Topic :: Software Development :: Libraries :: Python Modules" ,
@@ -138,4 +139,4 @@ ignore_missing_imports = true
138139[tool .flake8 ]
139140max-line-length = 88
140141extend-ignore = [" E203" , " W503" ]
141- per-file-ignores = [" __init__.py:F401" ]
142+ per-file-ignores = [" __init__.py:F401" ]
You can’t perform that action at this time.
0 commit comments