From 11164d202b218e4f060d6b6d80b71b40467d6ef0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 23 Nov 2024 00:39:13 +0900 Subject: [PATCH] Declare python 3.12 support Python 3.12 has been part of the tested runtimes and now unit tests with Python 3.12 is voting. Change-Id: I9e3ac730b81d7020c9dac5781b224d668c6d282c --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c6dc0d9cc..21196378f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifier = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: System :: Monitoring [options]