diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2020-05-01 15:13:19 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2020-05-01 15:13:19 +0200 |
commit | a4bbc404ed828274306045d6f4a10a11aec73ffb (patch) | |
tree | 8a3c8830319571944cd2f422c391ac65a50a047c /INSTALL | |
parent | c3fbc6cb80902102a9f73ffab72e0ebd52c912af (diff) | |
download | slixmpp-a4bbc404ed828274306045d6f4a10a11aec73ffb.tar.gz slixmpp-a4bbc404ed828274306045d6f4a10a11aec73ffb.tar.bz2 slixmpp-a4bbc404ed828274306045d6f4a10a11aec73ffb.tar.xz slixmpp-a4bbc404ed828274306045d6f4a10a11aec73ffb.zip |
Update Python version minimum requirement to 3.7
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ Pre-requisites: -- Python 3.5+ +- Python 3.7+ - Cython 0.22 and libidn, optionally (making JID faster by compiling the stringprep module) - GnuPG, for testing |