Update python version.

Introduce support of python 3.8 and add py38 envlist in tox. Update the
jsonschema 3.2.0[1] to support python 3.8.

[1] https://github.com/Julian/jsonschema/pull/627

Change-Id: I3d432a9d679ffdc2e3577bbc73b90d43d2232ee3
This commit is contained in:
Daniel Bengtsson 2020-05-26 12:28:40 +02:00
parent c335e50409
commit 5741b7950a
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