]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Document Python 3.10 supported
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 30 Sep 2021 19:02:26 +0000 (21:02 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 30 Sep 2021 19:02:26 +0000 (21:02 +0200)
docs/basic/install.rst
psycopg_c/setup.cfg

index 699b1934d5dfea217153c7944b09dd42d389f3f3..05ad44d895912a2d7351118aff95f73e33bdebb7 100644 (file)
@@ -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
 
index ffee090c2e4a3dc0356f3ea604c30c273c6639f9..7744cdbd4fe5d103e0ecf7cdba4463352243b1be 100644 (file)
@@ -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