]> 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:53:44 +0000 (03:53 +0100)
psycopg/setup.cfg
psycopg_c/setup.cfg
psycopg_pool/setup.cfg

index 29e150b0eab641b260bd3b841b90cc926da1200a..5042c87e7ae376b2cdf56df60a0d8b06015abef7 100644 (file)
@@ -38,6 +38,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 9ee68c4e61af9716125a5ebc53c631a287068528..9f251744b9d339bc301c661cfd5bcea0e6f59b5e 100644 (file)
@@ -28,6 +28,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 d91db2eca8e88c88054ba5fa09d46d5d13a3f7c1..9d0fb434195b58db1544f4a4a7ba276d389e8265 100644 (file)
@@ -32,6 +32,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