From b7fce5a0d611e1eaaec059f4d432900d7778f4d0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 21 Dec 2023 14:47:23 +0900 Subject: [PATCH] Add Python 3.11 to supported runtimes ... because it's part of tested runtimes now and we now use it to run unit tests. Change-Id: If735eca5872b4ca05aa9768709a238755372f420 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c24e70903a..18729d20fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifier = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 [files] data_files =