From 326d02671e9fac40f61c5145817fa8d58bacbcb0 Mon Sep 17 00:00:00 2001 From: Manpreet Kaur Date: Thu, 15 Dec 2022 12:20:09 +0530 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 python 3.8 unit test job running on Ubuntu Focal and python 3.10 job on Ubuntu Jammy. Change-Id: Ie5ef1e398f6709e2164db57c3f5bbfbc69053a02 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d2e87d80..015e0bbc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,6 +22,7 @@ classifier = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 [files] packages =