From 319b0a1dd8321914ab218b4a2b858b0f9aec3332 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 29 Apr 2025 14:26:39 +0200 Subject: [PATCH] chore: add Python 3.14 to supported version metadata and docs --- docs/basic/install.rst | 2 +- psycopg/pyproject.toml | 1 + psycopg_c/pyproject.toml | 1 + psycopg_pool/pyproject.toml | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/basic/install.rst b/docs/basic/install.rst index 7b11f5d39..39f9ac71b 100644 --- a/docs/basic/install.rst +++ b/docs/basic/install.rst @@ -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 diff --git a/psycopg/pyproject.toml b/psycopg/pyproject.toml index 87e602322..784f4a39b 100644 --- a/psycopg/pyproject.toml +++ b/psycopg/pyproject.toml @@ -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", diff --git a/psycopg_c/pyproject.toml b/psycopg_c/pyproject.toml index 0c29f8fe9..7399ec8f7 100644 --- a/psycopg_c/pyproject.toml +++ b/psycopg_c/pyproject.toml @@ -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", diff --git a/psycopg_pool/pyproject.toml b/psycopg_pool/pyproject.toml index 46a82789c..4e15ea5d5 100644 --- a/psycopg_pool/pyproject.toml +++ b/psycopg_pool/pyproject.toml @@ -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", -- 2.39.5