taishi-i / nagisa

A Japanese tokenizer based on recurrent neural networks
https://huggingface.co/spaces/taishi-i/nagisa-demo
MIT License
379 stars 22 forks source link

Drop support for Python2.7? #15

Closed BLKSerene closed 2 years ago

BLKSerene commented 5 years ago

The EOL of Python2.7 is January 1, 2020. As many other major open-source project, is there any plan for a new version of nagisa that will drop support for Python2.7 and support only Python3?

The Python3-only version could remove the dependency of six and lighten the burden of maintenance work in the future.

taishi-i commented 5 years ago

Hi @BLKSerene . Sorry for the late reply and thank you for the valuable information.

We don't drop support for Python2.7 and will continue to support it as much as possible. However, if there is a big advantage to quit support for Python2.7, there is a possibility to change the policy. In that case, we will contact you again. Thank you.

BLKSerene commented 5 years ago

Okay, I got it. Thanks anyway!

BLKSerene commented 2 years ago

The README has officially dropped Python 2 support, so I think the six dependency could be get rid of now.