diff --git a/lower-constraints.txt b/lower-constraints.txt index 8843cde25..c9bbd47fb 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -28,7 +28,7 @@ Jinja2==2.10 jmespath==0.9.0 jsonpatch==1.16 jsonpointer==1.13 -jsonschema==2.6.0 +jsonschema==3.2.0 keystoneauth1==3.4.0 linecache2==1.0.0 MarkupSafe==1.0 diff --git a/requirements.txt b/requirements.txt index a928ca51f..67e9f8a7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,5 +29,5 @@ python-keystoneclient>=3.8.0 # Apache-2.0 keystoneauth1>=3.4.0 # Apache-2.0 tenacity>=4.4.0 # Apache-2.0 metalsmith>=0.13.0 # Apache-2.0 -jsonschema>=2.6.0 # MIT +jsonschema>=3.2.0 # MIT requests>=2.18.0,!=2.20.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 7ca7939aa..4a48a7840 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 961f0a925..efea0b4e9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.8 -envlist = linters,py37 +envlist = linters,py38 skipsdist = True [testenv] diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 106890a5c..99d7c34e8 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -14,11 +14,13 @@ - openstack-tox-linters - openstack-tox-py36 - openstack-tox-py37 + - openstack-tox-py38 - tripleo-ci-centos-8-containers-multinode: dependencies: &deps_unit_lint - openstack-tox-linters - openstack-tox-py36 - openstack-tox-py37 + - openstack-tox-py38 - tripleo-ci-centos-8-undercloud-containers: dependencies: *deps_unit_lint - tripleo-ci-centos-8-standalone: