scoder / lupa

Lua in Python
http://pypi.python.org/pypi/lupa
Other
1.02k stars 136 forks source link

Lupa 2.0 fails to compile with Cython 3 #241

Closed gsnedders closed 1 year ago

gsnedders commented 1 year ago

This is mostly unsurprising, but the requirements.txt file for lupa contains Cython>=0.29.32, which Cython 3 satisfies.

It would probably be good to at least have a 2.0.1 release specifying the Cython release must be <3.

scoder commented 1 year ago

Lupa 2.1 will use Cython 3.0.x.