boolangery / py-lua-parser

A Lua parser and AST builder written in Python.
MIT License
124 stars 39 forks source link

luaparser no longer works with python 3.13 #58

Closed finn-cz closed 1 month ago

finn-cz commented 1 month ago

Luaparser no longer works with python 3.13 because it is using the typing.io namespace, which has been removed in python 3.13. Luaparser also depends on an ancient version of antlr4-python-runtime (4.7.2), which also suffers from this problem (recent versions are fixed).