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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afe08a915556f2b1beb5e15aaec770c330ea84a2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add classifier declaring support for Python 3.13 (#11960) --- diff --git a/pyproject.toml b/pyproject.toml index 5fabeef51c..38867508db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",