allow pylingual to run on Python 3.13

This commit is contained in:
Josh Wiedemeier
2025-08-27 13:42:02 -05:00
parent fab055f35f
commit b7f297631e
+1 -1
View File
@@ -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",