From a4bbc404ed828274306045d6f4a10a11aec73ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 1 May 2020 15:13:19 +0200 Subject: Update Python version minimum requirement to 3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- docs/differences.rst | 5 +++-- docs/index.rst | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'docs') 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 diff --git a/docs/index.rst b/docs/index.rst index 2f556d83..a18c77a7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,7 +21,7 @@ Slixmpp which goal is to use asyncio instead of threads to handle networking. See :ref:`differences`. -Slixmpp is an :ref:`MIT licensed ` XMPP library for Python 3.5+, +Slixmpp is an :ref:`MIT licensed ` XMPP library for Python 3.7+, Slixmpp's design goals and philosphy are: -- cgit v1.2.3