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: I101c88bd234eeff3642c18e4723ca6135bfe7b57
This commit is contained in:
Manpreet Kaur 2022-12-15 12:16:29 +05:30
parent 4c4863838f
commit 5a15ddd0ad
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]