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-Tag: 3.2.10~8^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=936c28914afb1ab0b82140b32e426f0089b31647;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 8e3bcf8ef..f8c274bf1 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.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 diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index 2a67bd530..d82e8cdd4 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -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 diff --git a/psycopg_c/setup.cfg b/psycopg_c/setup.cfg index c3f143d2a..5ee097a23 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -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 diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index 37c728f57..d882f999c 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -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