]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: add Python 3.11 support metadata
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 15 May 2022 17:05:20 +0000 (19:05 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 25 Oct 2022 12:35:49 +0000 (14:35 +0200)
docs/basic/install.rst
psycopg/setup.cfg
psycopg_c/setup.cfg
psycopg_pool/setup.cfg

index 3b25b8fed2ef12cfacfeadb1c6c8c21787036379..8e1dc6db2969ca490ecb92462c40b942e00b1591 100644 (file)
@@ -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
 
index 4cb395a25a6fc58f6b6accd79d16024981f51c7c..af9e7afab8dc8c50ec1139c5649023cb4397bbf1 100644 (file)
@@ -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
index b1ba1b5f5fc924a7682647cdcabcf9cf11375ff3..6c5c93c97159ebf3884a18410231e61f350c3cb7 100644 (file)
@@ -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
index 9c5e32b8c5bd17b352cc40021a6bf7c2c9e378d0..70f2d985fbd2c0bbdffb100d8e72c7270bb91de1 100644 (file)
@@ -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