]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: declare Python 3.12 supported in classifiers
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 24 May 2023 23:08:50 +0000 (01:08 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 1 Aug 2023 02:47:43 +0000 (03:47 +0100)
psycopg/setup.cfg
psycopg_c/setup.cfg
psycopg_pool/setup.cfg

index f1c211a0e767027d5af5e3b66ef449aae9f3b605..536447e43516386b7088e76552fa6a55bfc8e682 100644 (file)
@@ -27,6 +27,7 @@ classifiers =
     Programming Language :: Python :: 3.9
     Programming Language :: Python :: 3.10
     Programming Language :: Python :: 3.11
+    Programming Language :: Python :: 3.12
     Topic :: Database
     Topic :: Database :: Front-Ends
     Topic :: Software Development
index bf12b96b23dcfbe35f0dd058b14caa23afce8856..e6875dcd8abf4a5c78e6f00a10ccc44a40668da1 100644 (file)
@@ -27,6 +27,7 @@ classifiers =
     Programming Language :: Python :: 3.9
     Programming Language :: Python :: 3.10
     Programming Language :: Python :: 3.11
+    Programming Language :: Python :: 3.12
     Topic :: Database
     Topic :: Database :: Front-Ends
     Topic :: Software Development
index 876e09d4119397a22d7394864fee11eaeb557e2a..48380bdb5e5e1c67cf1b92402d870bd63f165060 100644 (file)
@@ -27,6 +27,7 @@ classifiers =
     Programming Language :: Python :: 3.9
     Programming Language :: Python :: 3.10
     Programming Language :: Python :: 3.11
+    Programming Language :: Python :: 3.12
     Topic :: Database
     Topic :: Database :: Front-Ends
     Topic :: Software Development