From df672d4056a61c627e682844423fc79035cda191 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Tue, 9 Jun 2026 02:06:22 +0200 Subject: [PATCH] build: raise min python version to 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7230ff..6ed4723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "Simple atomic swap system" keywords = ["crypto", "cryptocurrency", "particl", "bitcoin", "monero", "wownero"] readme = "README.md" license = {file = "LICENSE"} -requires-python = ">=3.9" +requires-python = ">=3.11" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",