From f25091efe1281aebe70189c61f9cac405b21a72f Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 10 Jun 2018 18:09:14 -0400 Subject: Drop support for Python 3.4 and make minimum version 3.5.2. --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index e703d124..5ed738c8 100644 --- a/README.rst +++ b/README.rst @@ -87,14 +87,12 @@ Quick Example client = MyClient() client.run('token') -Note that in Python 3.4 you use ``@asyncio.coroutine`` instead of ``async def`` and ``yield from`` instead of ``await``. - You can find examples in the examples directory. Requirements ------------ -* Python 3.4.2+ +* Python 3.5.2+ * ``aiohttp`` library * ``websockets`` library * ``PyNaCl`` library (optional, for voice only) -- cgit v1.2.3