From: Daniele Varrazzo Date: Thu, 30 Sep 2021 19:02:26 +0000 (+0200) Subject: Document Python 3.10 supported X-Git-Tag: 3.0~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a2df2902766b84ba49baef168d523f427a50c76;p=thirdparty%2Fpsycopg.git Document Python 3.10 supported --- diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 699b1934d..05ad44d89 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -19,7 +19,7 @@ Supported systems The psycopg version documented here has *official and tested* support for: -- Python: from version 3.6 to 3.9 +- Python: from version 3.6 to 3.10 - PostgreSQL: from version 10 to 14 - OS: Linux, macOS, Windows diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index ffee090c2..7744cdbd4 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -24,6 +24,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Topic :: Database Topic :: Database :: Front-Ends Topic :: Software Development