diff --git a/pyproject.toml b/pyproject.toml index 5b39e8d..f771595 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "A simple implementation of SPAKE2+ protocol" readme = "README.md" -requires-python = ">=3.11" +requires-python = ">=3.12" keywords = ["cryptography", "spake2plus"] license = "MIT" license-files = ["LICENSE"]