garvys-org / rustfst

Rust re-implementation of OpenFST - library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). A Python binding is also available.
https://docs.rs/rustfst
Other
144 stars 17 forks source link

Python 3.11 support? #239

Closed adampauls closed 8 months ago

adampauls commented 1 year ago

PyPI says that 3.11 is supported, but I don't see any 3.11 versions in the list of files. I can't install the latest version on my machine, but I'm not sure if the problem is the python version (3.11) or the MacOS version (13).

Garvys commented 1 year ago

Hey ! I just release version 0.13.3 of rustfst which ships wheels for python 3.11.

https://pypi.org/project/rustfst-python/0.13.3/

Tell me if that fixes your problem ! :-)

sammthomson commented 1 year ago

not sure if this is a conclusive datapoint, but I can confirm that rustfst-python 0.13.5 is working for me with Python 3.11.6 on Mac OS 14