]> 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)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 16:26:18 +0000 (18:26 +0200)
pyproject.toml

index 5fabeef51c29e6a2b9be12f005f3e7f1c3d71e1a..38867508dbdc15fb6cdc407b4a234564216f4c0a 100644 (file)
@@ -24,6 +24,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",