Skip to content

Commit a036d2e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.9"
16+
requires-python = ">= 3.9"
1717
license = {text = "MIT"}
1818
classifiers = [
1919
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)