From e118b945981aad5657e02558915ca09b0ea0311b Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Tue, 27 May 2025 14:35:49 +0300 Subject: [PATCH] require python 3.10 or greater --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7b38afc..a6f06f85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ license = "MIT" description = "MultiversX Smart Contracts Tools" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",