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 /docs/differences.rst | |
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 'docs/differences.rst')
-rw-r--r-- | docs/differences.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/differences.rst b/docs/differences.rst index 8a86427b..7c781571 100644 --- a/docs/differences.rst +++ b/docs/differences.rst @@ -3,8 +3,9 @@ Differences from SleekXMPP ========================== -**Python 3.5+ only** - slixmpp will only work on python 3.5 and above. +**Python 3.7+ only** + slixmpp will work on python 3.7 and above. It may work with previous + versions but we provide no guarantees. **Stanza copies** The same stanza object is given through all the handlers; a handler that |