snowballstem / pystemmer

Python stemming library using snowball stemmers
https://snowballstem.org/
Other
245 stars 46 forks source link

Python 3.10 support #36

Closed azmeuk closed 2 years ago

azmeuk commented 2 years ago

Added tests for python 3.10, and updated pypi classifiers to match the tested python versions.

ojwb commented 2 years ago

The CI was failing for the new job (and also for some existing jobs) - I tried using a newer Ubuntu image but still saw odd failures, so I've given up on travis-ci (it's not really usable for FOSS now anyway as you have to keep emailing to beg for free credits) and have reimplemented the CI using github actions instead. I've added Python 3.11 too.