From 940ca1d7465d2b6593778e4d46cd66e8d5f5cb26 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 22 Jan 2026 00:19:44 +0900 Subject: [PATCH] Declare Python 3.13 support Python 3.13 is part of supported runtimes for 2026.1[1] and now is tested. [1] https://governance.openstack.org/tc/reference/runtimes/2026.1.html Change-Id: Iba8dd39740b22ae79dac883d410f5590f0480b77 Signed-off-by: Takashi Kajinami --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 5aeb5079..e7f17d28 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,8 @@ classifier = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 + Programming Language :: Python :: 3 :: Only [files] packages =