From 059398398fb13675e1544b965680974131d8677d Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 14 Oct 2022 15:08:58 -0500 Subject: [PATCH] Update python classifier for python 3.10 In 2023.1 cycle, we are testing the python 3.10 as voting job so updating the python classifier. Currently we have py3.8 unit test job running on focal and python 3.10 job on Jammy. Change-Id: I4ec8e9663ddf41aa5d3858446e4e382db041ce48 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 7982b6647..dafd50f78 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