From 668d85fa8a6c7ee2898ce71f8d531f1257d55b64 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 30 Mar 2023 14:42:31 +0900 Subject: Add Python 3.10 to supported runtime. Python 3.10 has been tested since 2023.1[1]. [1] https://governance.openstack.org/tc/reference/runtimes/2023.1.html Change-Id: I0467f47d436267aadcee4e7c8295c6366531fe3e --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 9e90fd9..2459ef4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython -- cgit v1.2.1