]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: add Python 3.14 to supported version metadata and docs py314 1053/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 12:26:39 +0000 (14:26 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 5 Jul 2025 17:32:00 +0000 (19:32 +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 87e6023225183332223baede0d722d1e8a36abf6..784f4a39ba7163ee889f9e420ec35005aa1e65fb 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",