From 773e02757f7298aa5cf1b04fd708bd22dc240318 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 15 May 2022 19:05:20 +0200 Subject: [PATCH] chore: add Python 3.11 support metadata --- docs/basic/install.rst | 2 +- psycopg/setup.cfg | 1 + psycopg_c/setup.cfg | 1 + psycopg_pool/setup.cfg | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3