From 95ecd9ac5ef5a0228b5d741ac0822ec9cd2c113f Mon Sep 17 00:00:00 2001 From: Fernando Ike Date: Wed, 17 Mar 2021 16:33:21 -0300 Subject: [PATCH] Updated int the doc PostgreSQL versions supported The README.md says that PostgreSQL versions supported are 9.5 to 13, copied to the doc. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index ecf40acb..77bf19f3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,7 @@ of PostgreSQL server binary protocol for use with Python's ``asyncio`` framework. **asyncpg** requires Python 3.5 or later and is supported for PostgreSQL -versions 9.2 to 12. +versions 9.5 to 13. Contents --------