Mark support for py38
in 'wallaby' cycle, we should test py38 by default. Also support tox test on py36 and py38 as that's what our check job verify on. ref: https://governance.openstack.org/tc/reference/runtimes/victoria.html Change-Id: I349d80cb1b963bdb30e374994f7c18352f918e3b
This commit is contained in:
parent
22068fb533
commit
5b3dba0c87
@ -311,7 +311,7 @@ class RpmHelper(object):
|
||||
Arguments:
|
||||
pkg -- A package name
|
||||
"""
|
||||
cmd = "rpm -q --queryformat '%{VERSION}-%{RELEASE}' %s" % pkg
|
||||
cmd = "rpm -q --queryformat '%%{VERSION}-%%{RELEASE}' %s" % pkg
|
||||
command = CommandRunner(cmd).run()
|
||||
return command.stdout
|
||||
|
||||
|
@ -17,6 +17,7 @@ classifier =
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
|
||||
[files]
|
||||
packages =
|
||||
|
Loading…
Reference in New Issue
Block a user