-----------------
* GH147: Lua 5.4 is supported.
(patch by Russel Davis)
* The runtime version of the Lua library as a tuple (e.g. ``(5,3)``)
is provided via ``lupa.LUA_VERSION`` and ``LuaRuntime.lua_version``.
* The Lua implementation name and version string is provided as
``LuaRuntime.lua_implementation``.
* ``setup.py`` accepts new command line arguments ``--lua-lib`` and ``--lua-includes``
to specify the
* Use Lua 5.4.3 in binary wheels and as bundled Lua.
* Built with Cython 0.29.24 to support Python 3.9.