diff options
author | mathieui <mathieui@mathieui.net> | 2018-08-08 23:42:22 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-08-08 23:42:22 +0200 |
commit | 86a2f280d23cec176e381e088cd4e5d73bc58f4c (patch) | |
tree | a79cf4e715419b54983a0edf52e358e1a9d12241 /docs/differences.rst | |
parent | 490f15b8fc9e5d205fd75cf4ce13cd2b3841ddf1 (diff) | |
download | slixmpp-86a2f280d23cec176e381e088cd4e5d73bc58f4c.tar.gz slixmpp-86a2f280d23cec176e381e088cd4e5d73bc58f4c.tar.bz2 slixmpp-86a2f280d23cec176e381e088cd4e5d73bc58f4c.tar.xz slixmpp-86a2f280d23cec176e381e088cd4e5d73bc58f4c.zip |
Document that slixmpp is now 3.5+ only
Diffstat (limited to 'docs/differences.rst')
-rw-r--r-- | docs/differences.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/differences.rst b/docs/differences.rst index f6e005b5..8a86427b 100644 --- a/docs/differences.rst +++ b/docs/differences.rst @@ -3,8 +3,8 @@ Differences from SleekXMPP ========================== -**Python 3.4+ only** - slixmpp will only work on python 3.4 and above. +**Python 3.5+ only** + slixmpp will only work on python 3.5 and above. **Stanza copies** The same stanza object is given through all the handlers; a handler that |