Min Python version

This commit is contained in:
2023-03-08 15:29:01 +01:00
parent 1eacd89e03
commit 37f48b474a

View File

@@ -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" }