From: Daniele Varrazzo Date: Sun, 15 May 2022 17:05:20 +0000 (+0200) Subject: chore: add Python 3.11 support metadata X-Git-Tag: 3.1.4~2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=773e02757f7298aa5cf1b04fd708bd22dc240318;p=thirdparty%2Fpsycopg.git chore: add Python 3.11 support metadata --- diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 3b25b8fed..8e1dc6db2 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.7 to 3.10 +- Python: from version 3.7 to 3.11 - Python 3.6 supported before Psycopg 3.1 diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index 4cb395a25..af9e7afab 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -24,6 +24,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Database Topic :: Database :: Front-Ends Topic :: Software Development diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index b1ba1b5f5..6c5c93c97 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -24,6 +24,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Database Topic :: Database :: Front-Ends Topic :: Software Development diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index 9c5e32b8c..70f2d985f 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -24,6 +24,7 @@ classifiers = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: Database Topic :: Database :: Front-Ends Topic :: Software Development