Merge "Update python version."

This commit is contained in:
Zuul 2020-05-28 01:27:12 +00:00 committed by Gerrit Code Review
commit 849e4103c7
3 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Jinja2==2.10
jmespath==0.9.3
jsonpatch==1.21
jsonpointer==2.0
jsonschema==2.6.0
jsonschema==3.2.0
keystoneauth1==3.16.0
linecache2==1.0.0
MarkupSafe==1.0

View File

@ -19,6 +19,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 = 3.2.0
envlist = linters,docs,py37,molecule
envlist = linters,docs,py38,molecule
skipdist = True
ignore_basepython_conflict = True