Skip to content

Commit 0995582

Browse files
authored
Update pyproject.toml
Signed-off-by: David Osipov <[email protected]>
1 parent 9961437 commit 0995582

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ maintainers = [
1313
]
1414
description = "Post-Quantum Secure Feldman's Verifiable Secret Sharing (VSS) in Python"
1515
readme = "README.md"
16-
requires-python = ">=3.8"
16+
requires-python = ">=3.8, <4.0"
1717
license = {text = "MIT"}
1818
classifiers = [
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]
139140
max-line-length = 88
140141
extend-ignore = ["E203", "W503"]
141-
per-file-ignores = ["__init__.py:F401"]
142+
per-file-ignores = ["__init__.py:F401"]

0 commit comments

Comments
 (0)