8000 Merge pull request #112 from graingert/patch-1 · chdsbd/asyncio-redis@7412921 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 7412921

Browse files
Merge pull request jonathanslenders#112 from graingert/patch-1
change readme to indicate that ayncio-redis works on >= 3.3
2 parents b20d405 + d367172 commit 7412921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Redis client for the `PEP 3156`_ Python event loop.
1515

1616
This Redis library is a completely asynchronous, non-blocking client for a
1717
Redis server. It depends on asyncio (PEP 3156) and therefor it requires Python
18-
3.3 or 3.4. If you're new to asyncio, it can be helpful to check out
18+
3.3 or greater. If you're new to asyncio, it can be helpful to check out
1919
`the asyncio documentation`_ first.
2020

2121
.. _the asyncio documentation: http://docs.python.org/dev/library/asyncio.html

0 commit comments

Comments
 (0)
0