Skip to content

Commit bed65fc

Browse files
committed
docs: Update index to indicate that asyncpg runs on 3.6
1 parent bcb9de0 commit bed65fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation
1414
of PostgreSQL server binary protocol for use with Python's ``asyncio``
1515
framework.
1616

17-
**asyncpg** is a C extension and it is only currently compatible with
18-
CPython 3.5.
19-
17+
**asyncpg** requires Python 3.5 or later and is supported for PostgreSQL
18+
versions 9.1 to 9.6.
2019

2120
Contents
2221
--------

0 commit comments

Comments
 (0)