From c65aabf5bc293f60aa77b6bd1cd47b99a45e89ba Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 28 Mar 2022 22:54:24 +0900 Subject: [PATCH] Add Python 3.8 and 3.9 to supported runtimes ... because these are now tested as part of the openstack-python3-jobs template. Python 3.8 has been part of tested runtimes since victoria, while Python 3.9 has been part of tested runtimes since yoga. Change-Id: Ieb5c61357ec8ed0fa9b89923464a9667a0a3e19f --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 4f21e93..6f50141 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,8 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython