You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could wheels be provided for Python 3.11 and just-released 3.12 to ease installation?
Also, I was unable to install Omikuji on Python 3.11 at all, due to a regexp error by Milksnake, see NatLibFi/Annif#703 (comment).
It might be that there will not be a new Milksnake release including the fix for this; it has alredy been some time since the fix has been merged to master. So, a least-effort option on Omikuji side seems to be to install current Milksnake master. (I checked this works.)
Alternatively, some projects have replaced Milksnake by Maturin, which might be a more involved, but also a long-term solution.
Yeah migrating from milksnake to maturin is probably the way to go. I'll try figure out how to do this, but I've been a bit busy lately, so if you manage to figure it out in the meantime, please don't hesitate to open a pull request.
So for having support for Python 3.11 and 3.12 I think milksnake is still usable.
Anyway, I'll open a PR just for the 3.11 and 3.12 support. I could look at the maturin migration at later time, but I don't have any experience on Rust programs, so it might take some time.
Could wheels be provided for Python 3.11 and just-released 3.12 to ease installation?
Also, I was unable to install Omikuji on Python 3.11 at all, due to a regexp error by Milksnake, see NatLibFi/Annif#703 (comment).
It might be that there will not be a new Milksnake release including the fix for this; it has alredy been some time since the fix has been merged to master. So, a least-effort option on Omikuji side seems to be to install current Milksnake master. (I checked this works.)
Alternatively, some projects have replaced Milksnake by Maturin, which might be a more involved, but also a long-term solution.
BTW, you might want also to update the classifiers for supported Python versions in
setup.py
too.The text was updated successfully, but these errors were encountered: