]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: add Python 3.14 to supported version metadata and docs
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 12:26:39 +0000 (14:26 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 31 Aug 2025 22:55:20 +0000 (00:55 +0200)
docs/basic/install.rst
psycopg/setup.cfg
psycopg_c/setup.cfg
psycopg_pool/setup.cfg

index 8e3bcf8ef8afce56492e7bbc20d2224004c794da..f8c274bf1bf90b8316ee781e939844a45d9c1e9a 100644 (file)
@@ -22,7 +22,7 @@ Supported systems
 
 The Psycopg version documented here has *official and tested* support for:
 
-- Python: from version 3.8 to 3.13
+- Python: from version 3.8 to 3.14
 
   - Python 3.6 supported before Psycopg 3.1
   - Python 3.7 supported before Psycopg 3.2
index 2a67bd5300723b8fb4646d933330d86bd3b4f8c2..d82e8cdd460f2d1a6a26bd4910b38ec947cc6549 100644 (file)
@@ -40,6 +40,7 @@ classifiers =
     Programming Language :: Python :: 3.11
     Programming Language :: Python :: 3.12
     Programming Language :: Python :: 3.13
+    Programming Language :: Python :: 3.14
     Programming Language :: Python :: Implementation :: CPython
     Programming Language :: Python :: Implementation :: PyPy
     Topic :: Database
index c3f143d2a9992ca28759caed590602ae6bb12924..5ee097a23fe23db5015893a32528d07f6b0792c2 100644 (file)
@@ -31,6 +31,7 @@ classifiers =
     Programming Language :: Python :: 3.11
     Programming Language :: Python :: 3.12
     Programming Language :: Python :: 3.13
+    Programming Language :: Python :: 3.14
     Programming Language :: Python :: Implementation :: CPython
     Topic :: Database
     Topic :: Database :: Front-Ends
index 37c728f578d4ff6880ea0c80c097dfae87c55813..d882f999cc151fc930413f285c11449da50f096c 100644 (file)
@@ -34,6 +34,7 @@ classifiers =
     Programming Language :: Python :: 3.11
     Programming Language :: Python :: 3.12
     Programming Language :: Python :: 3.13
+    Programming Language :: Python :: 3.14
     Programming Language :: Python :: Implementation :: CPython
     Programming Language :: Python :: Implementation :: PyPy
     Topic :: Database