From a4c561261801512dae82e45b928716654f84fc5f Mon Sep 17 00:00:00 2001 From: Pascal Marco Caversaccio Date: Wed, 7 Jun 2023 10:25:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Bump=20`requires-python`?= =?UTF-8?q?=20to=20`3.10`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pascal Marco Caversaccio --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 275e7185..475dcbe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "snekmate" version = "0.0.2" description = "State-of-the-art, highly opinionated, hyper-optimised, and secure Vyper smart contract building blocks." readme = {file = "README.md", content-type = "text/markdown"} -requires-python = ">=3.6" +requires-python = ">=3.10" license = {text = "AGPL-3.0 License"} keywords = ["security", "library", "ethereum", "smart-contracts", "evm", "vyper", "vyper-contracts"] authors = [