reynoldsnlp / udar

UDAR Does Accented Russian: A finite-state morphological analyzer of Russian that handles stressed wordforms.
GNU General Public License v3.0
26 stars 1 forks source link

Add support for Python 3.8 #30

Open reynoldsnlp opened 5 years ago

reynoldsnlp commented 5 years ago

Currently, the hfst package appears to be incompatible with Python 3.8. Once that dependency is updated, add Python 3.8 to tox.ini and to .github/workflows/pythonpackage.yml

reynoldsnlp commented 5 years ago

Issue created here: https://github.com/hfst/hfst/issues/448

reynoldsnlp commented 4 years ago

One year later, this is now an issue for Python 3.9, too.