From 92f9ffd07d59c5987e9c267be70f45c435ec7e82 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:26:18 +0300 Subject: [PATCH] Add classifier declaring support for Python 3.13 (#11960) (cherry picked from commit afe08a915556f2b1beb5e15aaec770c330ea84a2) Change-Id: I7c2b6b0ea8a830b63de9dd893bad957fcaf60b17 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3