From 37f48b474a11e223347dec56470831b01ce72782 Mon Sep 17 00:00:00 2001 From: infeeeee Date: Wed, 8 Mar 2023 15:29:01 +0100 Subject: [PATCH] Min Python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73d669c..b810f2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "dyn2py" version = "0.1.0" description = "Extract python code from Dynamo graphs" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" keywords = ["dynamo", "dyn", "visual programming"] license = { file = "LICENSE" }