From: Daniele Varrazzo Date: Tue, 29 Apr 2025 12:26:39 +0000 (+0200) Subject: chore: add Python 3.14 to supported version metadata and docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1053%2Fhead;p=thirdparty%2Fpsycopg.git chore: add Python 3.14 to supported version metadata and docs --- 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",