diff --git a/pyproject.toml b/pyproject.toml index db150f3..54ebda8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = ["python", "decompilation", "pylingual", "reversing", "decompiler", " license = "GPL-3.0-only" readme = "README.md" -requires-python = "~=3.12.0" +requires-python = ">=3.12.0" dependencies = [ "asttokens", "datasets",