From 8764a853204627ff8c0c23befa4bbaa5056b2c33 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 16 Nov 2020 11:53:30 +0000 Subject: [PATCH] Mention Python 3.9 supported See #1183 --- doc/src/install.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/install.rst b/doc/src/install.rst index 2fa0c75f..8c75086b 100644 --- a/doc/src/install.rst +++ b/doc/src/install.rst @@ -132,7 +132,7 @@ The current `!psycopg2` implementation supports: NOTE: keep consistent with setup.py and the /features/ page. - Python version 2.7 -- Python 3 versions from 3.4 to 3.8 +- Python 3 versions from 3.4 to 3.9 - PostgreSQL server versions from 7.4 to 13 - PostgreSQL client library version from 9.1 diff --git a/setup.py b/setup.py index f862d37a..8dbe8ee0 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 +Programming Language :: Python :: 3.9 Programming Language :: Python :: Implementation :: CPython Programming Language :: C Programming Language :: SQL