]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Add missing classifiers for Python 3.10
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 14 Nov 2021 23:28:35 +0000 (00:28 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 14 Nov 2021 23:28:35 +0000 (00:28 +0100)
psycopg/setup.cfg
psycopg_pool/setup.cfg

index a9b4f894ea6f0e87d89a322594c38a8e2f381b76..48082ff8f3084198366af86301e508969d301763 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
index a1594e1c546ae976ee04e005194a8e651416231b..25aced6798731ed5a6c42be43479afc8585a1101 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