Merge "Add support for python 3.8"

This commit is contained in:
Zuul 2020-05-28 03:41:34 +00:00 committed by Gerrit Code Review
commit 925650079e
3 changed files with 3 additions and 2 deletions

View File

@ -10,5 +10,5 @@ netaddr>=0.7.13 # BSD
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
PyYAML>=3.10.0 # MIT
jsonschema>=2.0.0 # MIT
jsonschema>=3.2.0 # MIT
pyudev>=0.16.1 # LGPLv2.1+

View File

@ -20,6 +20,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[files]
packages =

View File

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