diff options
author | Maxime Buquet <pep@bouah.net> | 2020-05-01 15:14:49 +0200 |
---|---|---|
committer | Maxime Buquet <pep@bouah.net> | 2020-05-01 15:14:49 +0200 |
commit | 0a7a4c3abec934e03ff4065c8607a98185f3e61a (patch) | |
tree | 8a3c8830319571944cd2f422c391ac65a50a047c /README.rst | |
parent | c3fbc6cb80902102a9f73ffab72e0ebd52c912af (diff) | |
parent | a4bbc404ed828274306045d6f4a10a11aec73ffb (diff) | |
download | slixmpp-0a7a4c3abec934e03ff4065c8607a98185f3e61a.tar.gz slixmpp-0a7a4c3abec934e03ff4065c8607a98185f3e61a.tar.bz2 slixmpp-0a7a4c3abec934e03ff4065c8607a98185f3e61a.tar.xz slixmpp-0a7a4c3abec934e03ff4065c8607a98185f3e61a.zip |
Merge branch 'python-version' into 'master'
Update Python version minimum requirement to 3.7
See merge request poezio/slixmpp!42
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Slixmpp ######### -Slixmpp is an MIT licensed XMPP library for Python 3.5+. It is a fork of +Slixmpp is an MIT licensed XMPP library for Python 3.7+. It is a fork of SleekXMPP. Slixmpp's goals is to only rewrite the core of the library (the low level |