From: Edgar Ramírez-Mondragón Date: Thu, 15 Aug 2024 00:11:11 +0000 (-0600) Subject: chore: add Python 3.13 to trove classifiers X-Git-Tag: 3.2.2~1^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b9781192e9e20550763cfc4d6b70f183ee0b71a;p=thirdparty%2Fpsycopg.git chore: add Python 3.13 to trove classifiers --- diff --git a/psycopg/setup.cfg b/psycopg/setup.cfg index 88a509c0c..05779c3eb 100644 --- a/psycopg/setup.cfg +++ b/psycopg/setup.cfg @@ -38,6 +38,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 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 9d983ddf3..c711c8364 100644 --- a/psycopg_c/setup.cfg +++ b/psycopg_c/setup.cfg @@ -29,6 +29,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Programming Language :: Python :: Implementation :: CPython Topic :: Database Topic :: Database :: Front-Ends diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index 7dac55ba1..f77dce446 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -32,6 +32,7 @@ classifiers = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: PyPy Topic :: Database