Update python testing classifier

* Removing deprecated python version py36 py37
* Adding py39 py310 py311

See testing runtime:
https://governance.openstack.org/tc/reference/runtimes/

Change-Id: I4b822fdb2c7c8ce24f938209d0ca8bb192dcb106
This commit is contained in:
songwenping 2021-12-21 10:35:26 +00:00 committed by Arnaud Morin
parent 0b1e471309
commit 5e7853914b
2 changed files with 4 additions and 3 deletions

View File

@ -15,8 +15,9 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py37,pep8
envlist = py3,pep8
ignore_basepython_conflict = True
[testenv]