From c3fcbb40a0f34196ffff290b1a438bac162ed822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ignacio=20Escribano?= Date: Sun, 22 Mar 2026 16:00:45 +0000 Subject: [PATCH] Fix minimum Python version to 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]