From 93cd497dfd0b96977944343939a700714848fc29 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 22 Jan 2026 00:26:03 +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: Id3548944e64bc1919326f26111300b6279bf912a Signed-off-by: Takashi Kajinami --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 450d8d59..7834a24f 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 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython