diff options
author | Tomaz Solc <tomaz.solc@tablix.org> | 2021-02-05 12:05:28 +0100 |
---|---|---|
committer | Tomaz Solc <tomaz.solc@tablix.org> | 2021-02-05 12:05:28 +0100 |
commit | 3e81ccce2eadfdc54e5ef44fd2255a769946602d (patch) | |
tree | 62d8a8e5971d1c4b33409f8aa4e56d8c89b9b950 | |
parent | 4a1bf091cc65207704dbb6269603f0d174d229c7 (diff) | |
download | unidecode-3e81ccce2eadfdc54e5ef44fd2255a769946602d.tar.gz |
Add warning about dropping Python 2.x and 3.4.
-rw-r--r-- | README.rst | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -105,7 +105,10 @@ a full list of available options. Requirements ------------ -Nothing except Python itself. Unidecode supports Python 2.7 and 3.4 or later. +Nothing except Python itself. Current release of Unidecode supports Python 2.7 +and 3.4 or later. + +**Support for versions earlier than 3.5 will be dropped in the next release.** You need a Python build with "wide" Unicode characters (also called "UCS-4 build") in order for Unidecode to work correctly with characters outside of |