From a37ee8ef7239ea1067efa59c7493445566a82237 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 22 Nov 2025 17:32:54 +0900 Subject: [PATCH] Declare Python 3.13 support It's now part of the mandatory tested runtimes. Change-Id: I127ae6452ece138b4d5a796a6b6b8c31c07d099e Signed-off-by: Takashi Kajinami --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index cc702e3eb..d3d8084b6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifier = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 project_urls = Source=https://opendev.org/openstack/zaqar