From 5741b7950a0abe41173b05f765937ba8602f4634 Mon Sep 17 00:00:00 2001 From: Daniel Bengtsson Date: Tue, 26 May 2020 12:28:40 +0200 Subject: [PATCH] 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 --- lower-constraints.txt | 2 +- setup.cfg | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index fe27a1dd9..91666e785 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 3913ce151..4de9f9e0e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/tox.ini b/tox.ini index 609b3b362..b8ec6e9d2 100644 --- a/tox.ini +++ b/tox.ini @@ -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