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
This commit is contained in:
Ghanshyam Mann 2022-10-14 15:08:58 -05:00 committed by Ghanshyam
parent 2af1d0c514
commit 059398398f
1 changed files with 1 additions and 0 deletions

View File

@ -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