]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add classifier declaring support for Python 3.13 (#11960)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 7 Oct 2024 16:26:18 +0000 (19:26 +0300)
committerFederico Caselli <cfederico87@gmail.com>
Mon, 7 Oct 2024 16:27:50 +0000 (18:27 +0200)
(cherry picked from commit afe08a915556f2b1beb5e15aaec770c330ea84a2)

Change-Id: I7c2b6b0ea8a830b63de9dd893bad957fcaf60b17

setup.cfg

index b80da1ee377906bbdffb5bb6ce3a25fa0ae7a732..4767e674539ddc2d716d79402c13c193e1e00a33 100644 (file)
--- 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