Version bumps to prepare for rhel9 transition

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I27d563ca809e3ae5d50e3c5b64926de0fa9a25d2
This commit is contained in:
Jiri Podivin 2021-04-26 17:36:00 +02:00
parent 8d6e8d445c
commit cb75103ab5
3 changed files with 6 additions and 2 deletions

View File

@ -43,12 +43,13 @@
- project:
templates:
- check-requirements
- openstack-python3-victoria-jobs
- validations-common-molecule-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-cover
- openstack-tox-py36
- openstack-tox-py39
- validations-common-functional
- tripleo-ci-centos-8-content-provider:
dependencies:
@ -70,6 +71,8 @@
gate:
jobs:
- openstack-tox-linters
- openstack-tox-py36
- openstack-tox-py39
- validations-common-functional
- tripleo-ci-centos-8-content-provider:
dependencies:

View File

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

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
envlist = linters,docs,py38,molecule
envlist = linters,docs,py,molecule
skipdist = True
requires =
tox-ansible >= 1.0.5