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.

Change-Id: I340c40a96369f787526661d2ccca97e757eac51d
This commit is contained in:
Ghanshyam Mann 2022-10-14 15:09:45 -05:00 committed by Ghanshyam
parent fc91a78e99
commit feb3e28a00
2 changed files with 2 additions and 1 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
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py39,pep8
envlist = py3,pep8
ignore_basepython_conflict = true
[testenv]