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:
parent
0b1e471309
commit
5e7853914b
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user