]> 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>
Tue, 2 Sep 2025 22:24:39 +0000 (00:24 +0200)
docs/basic/install.rst
psycopg/pyproject.toml
psycopg_c/pyproject.toml
psycopg_pool/pyproject.toml

index 7b11f5d39159692832ca4a38a11ad1646384d789..39f9ac71ba96d0634c69a30bbf6672ace6c5a942 100644 (file)
@@ -22,7 +22,7 @@ Supported systems
 
 The Psycopg version documented here has *official and tested* support for:
 
-- Python: from version 3.10 to 3.13
+- Python: from version 3.10 to 3.14
 
   - Python 3.8 and 3.9 supported before Psycopg 3.3
   - Python 3.7 supported before Psycopg 3.2
index 5fd143298ef767768c6a31016a64db2e037bb70c..5a895580a52d098e145422921dd656fc87fe6038 100644 (file)
@@ -28,6 +28,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 0c29f8fe94a4df969bace0e88fbb042323544108..7399ec8f75174f167a479caa6d0e6e95014d422b 100644 (file)
@@ -39,6 +39,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 46a82789c40b1cf5ba1d07f3cb779ed62b7ba3cf..4e15ea5d5a4bec606b3f79132fe2f0aa34a9e078 100644 (file)
@@ -24,6 +24,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",