lupa
lupa copied to clipboard
lupa 1.13 can't be easily installed on python 3.11
With no wheels for 3.11 available, building the tarball is needed. The included generated C file from Cython is not compatible with 3.11, re-generating it with a newer Cython is needed.
A workaround to install Lupa is:
-
pip install Cython
-
pip install lupa --global-option="--with-cython"
I'd also like to see some wheels available for this package for my projects. Are you looking for external help with this issue?
If so, I can see some obvious changes that need to be made to the CI so that is builds 311 wheels, but are there in-project things than need to be updated for 3.11 support?
Thanks for your workaround, @henriquegemignani.
I see a commit was made recently to build 3.11 wheels. Is a release being planned soon, for this CI to trigger and push wheels to pypi?
I just picked the same build changes over to the 1.x branch. If everything goes right with them, I'll push a new 1.14 release today, which should then have Py3.11 wheels.
Appreciated!
Wheels are here but update was not pushed do PyPI.
I released 1.14.1 to PyPI.
Thanks for your work on this!