From 9779d5f59eb2a821cb949d75a830a72711d41a30 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 21 Dec 2023 14:55:30 +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: Ia7576c1e6675514b2b5fdc0084d44dae09587e05 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 2459ef45..86296455 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,7 @@ classifier = Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 + Programming Language :: Python :: 3.11 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython