From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:26:18 +0000 (+0300) Subject: Add classifier declaring support for Python 3.13 (#11960) X-Git-Tag: rel_2_0_36~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92f9ffd07d59c5987e9c267be70f45c435ec7e82;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add classifier declaring support for Python 3.13 (#11960) (cherry picked from commit afe08a915556f2b1beb5e15aaec770c330ea84a2) Change-Id: I7c2b6b0ea8a830b63de9dd893bad957fcaf60b17 --- diff --git a/setup.cfg b/setup.cfg index b80da1ee37..4767e67453 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,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 :: Front-Ends