SamuraiT / mecab-python3

:snake: mecab-python. you can find original version here:http://taku910.github.io/mecab/
https://pypi.python.org/pypi/mecab-python3
Other
539 stars 51 forks source link

Removing Python 3.4 Support #40

Closed polm closed 4 years ago

polm commented 4 years ago

I recently pushed a new tag, and despite not including code updates the Travis builds are failing. It looks like some package (maybe pip itself?) is failing to run under Python 3.4 and giving an error.

Python 3.4 was end-of-lifed roughly a year ago, so I don't think anyone will be seriously inconvenienced by this, but I thought it best to make a note about the decision.

Python 2.7 is still working without changes so that will stay supported for now.