From 8ee7b05d9dea632fe5897744cd0c40a0c026663b Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 21 Dec 2023 14:48:50 +0900 Subject: [PATCH] Update supported python versions ... according to the current tested runtimes. Change-Id: I533afccf1f1101e344d571e67d3018b6618ada59 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 884e22fbe6..0960821d58 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,8 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Topic :: System :: Monitoring [files]