From 7c249fd5888d3499383813461b9558836c282eac Mon Sep 17 00:00:00 2001 From: luc10921 Date: Tue, 28 May 2024 16:01:19 -0300 Subject: [PATCH] CU-86dtn4tfx - Fix python supported version by NeoBoa --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f43c26a..b0d9b2ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = 'neo3-boa' description = 'A Python compiler for the Neo3 Virtual Machine' readme = 'README.md' -requires-python = '>= 3.11,<= 3.12' +requires-python = '>= 3.11,< 3.13' license = {file = 'LICENSE' } keywords = ['compiler', 'NEO', '.nef', 'blockchain', 'smartcontract', 'development', 'dApp'] classifiers = [