From 8dc27d89a4918ee96ddb9f9b8b78ebf87c66bd73 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 22 Jan 2026 00:18:40 +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: Idf64fae5cd39e52cbc7a0415a027b0de374ec36a Signed-off-by: Takashi Kajinami --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ec07e90dec..d915ecd0c4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifier = Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Topic :: System :: Monitoring [files]