-------------------
Bug fixes:
- Remove usage of deprecated cElementTree (:issue:`339`).
Thanks :user:`tirkarthi` for reporting and for the PR.
- Address ``SyntaxWarning`` on Python 3.12 (:pr:`418`).
Thanks :user:`smontanaro` for the PR.
Removals:
- ``TextBlob.translate()`` and ``TextBlob.detect_language``, and ``textblob.translate``
are removed. Use the official Google Translate API instead (:issue:`215`).
- Remove ``textblob.compat``.
Support:
- Support Python 3.8-3.12. Older versions are no longer supported.
- Support nltk>=3.8.