the warus operator was introduced in Python 3.8, keeping it will break the support of Python 3.6.
|
elif m := LUA_DOUBLE_SQUARE_RE.match(lua_str): |
|
"Programming Language :: Python :: 3.6", |
we should either drop support of Python 3.6 or remove the use of warus operator.
the warus operator was introduced in Python 3.8, keeping it will break the support of Python 3.6.
py-lua-parser/luaparser/builder.py
Line 684 in cd08291
py-lua-parser/setup.py
Line 24 in cd08291
we should either drop support of Python 3.6 or remove the use of warus operator.